DataPA Enterprise Dashboard Controls API Reference
Gets a property that indicates if the user is allowed to publish content to the server.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public bool AllowPublish { get; } |
Visual Basic |
---|
Public ReadOnly Property AllowPublish As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool AllowPublish {
bool get () sealed;
} |
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