Click or drag to resize
PublishedContent Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Class that represents a published dashboard, report or query on the server.
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEnginePublishedContent

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class PublishedContent : _PublishedContent

The PublishedContent type exposes the following members.

Constructors
  NameDescription
Public methodPublishedContent
Initializes a new instance of the PublishedContent class
Top
Methods
  NameDescription
Public methodCopyRowValue
Top
Fields
Properties
  NameDescription
Public propertyAuthor
Gets the name of the author who created this published content.
Public propertyAutoRefresh
Gets a value that indicates if this published content will be refreshed automatically on the server.
Public propertyComments
Gets any comments associated with this published content.
Public propertyContentType
Gets a value that indicates the type of content.
Public propertyDescription
Gets the description of this published content.
Public propertyID
Gets the unique identifier for this published content
Public propertyKeywords
Gets any keywords associated with this published content.
Public propertyLastUpdated
Gets the date this content was last refreshed by the server.
Public propertyTitle
Gets the title for this published content
Public propertyURLParameters
Gets a string representing the URL parameters string required to render this content.
Top
Remarks