PublishedContentContentType Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates the type of content.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ApplicationContentTypeEnum ContentType { get; }
Public ReadOnly Property ContentType As ApplicationContentTypeEnum
Get
public:
virtual property ApplicationContentTypeEnum ContentType {
ApplicationContentTypeEnum get () sealed;
}
function get_ContentType();
Return Value
Type:
ApplicationContentTypeEnumA value that indicates the type of content.
Remarks See Also