Click or drag to resize
ClientConfigShowProperties Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Shows the properties screen

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public void ShowProperties(
	ApplicationContentTypeEnum ContentType,
	ClientConfigDataLocationTypeEnum DataLocationType,
	ref string Title,
	ref string Description,
	ref string Keywords,
	ref string Category,
	ref string Comments,
	ref string Author
)

Parameters

ContentType
Type: DataPA.Utils.QueryEngineApplicationContentTypeEnum
The type (Dashboard = 0, Report = 1, Query = 2) of content to show the property screen for.
DataLocationType
Type: DataPAClientConfigClientConfigDataLocationTypeEnum
The type (Local = 0, Server = 1, AppServer = 2, WebServer = 3) of datalocation currently in use.
Title
Type: SystemString
The title for the content returned by the property screen.
Description
Type: SystemString
The description for the content returned by the property screen.
Keywords
Type: SystemString
The keywords for the content returned by the property screen.
Category
Type: SystemString
The category for the content returned by the property screen.
Comments
Type: SystemString
The comments for the content returned by the property screen.
Author
Type: SystemString
The author for the content returned by the property screen.
Remarks