CategoryDefaultCategory Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if this category is the default category to which all users have access.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool DefaultCategory { get; set; }
Public Property DefaultCategory As Boolean
Get
Set
public:
virtual property bool DefaultCategory {
bool get () sealed;
void set (bool value) sealed;
}
function get_DefaultCategory();
function set_DefaultCategory(value);
Property Value
Type:
BooleanTrue if this category is the default category to which all users have access.
Return Value
Type:
BooleanTrue if this category is the default category to which all users have access.
Remarks You cannot set this value to false. If you set it to true, it will automatically be set to false on all other categories.
In addition, can only be set to true on a root category, not a sub category.
See Also