PublishedContentURLParameters Property |
|
DataPA OpenAnalytics API Reference
Gets a string representing the URL parameters string required to render this content.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string URLParameters { get; }
Public ReadOnly Property URLParameters As String
Get
public:
virtual property String^ URLParameters {
String^ get () sealed;
}
function get_URLParameters();
Return Value
Type:
StringA string representing the URL parameters string required to render this content.
Remarks See Also