ClientConfigShowProperties Method |
|
DataPA OpenAnalytics API Reference
Shows the properties screen
Namespace: DataPAClientConfigAssembly: 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
)
Public Sub ShowProperties (
ContentType As ApplicationContentTypeEnum,
DataLocationType As ClientConfigDataLocationTypeEnum,
ByRef Title As String,
ByRef Description As String,
ByRef Keywords As String,
ByRef Category As String,
ByRef Comments As String,
ByRef Author As String
)
public:
virtual void ShowProperties(
ApplicationContentTypeEnum ContentType,
ClientConfigDataLocationTypeEnum DataLocationType,
String^% Title,
String^% Description,
String^% Keywords,
String^% Category,
String^% Comments,
String^% Author
) sealed
function ShowProperties(ContentType, DataLocationType, Title, Description, Keywords, Category, Comments, 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 See Also