SecurityInfoAllowPublish Property |
|
DataPA OpenAnalytics API Reference
Gets a property that indicates if the user is allowed to publish content to the server.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AllowPublish { get; }
Public ReadOnly Property AllowPublish As Boolean
Get
public:
virtual property bool AllowPublish {
bool get () sealed;
}
function get_AllowPublish();
Property Value
Type:
BooleanTrue if the user is allowed to publish content to the server.
Return Value
Type:
BooleanTrue if the user is allowed to publish content to the server.
Remarks See Also