Click or drag to resize
CategoryDefaultCategory Property DataPA OpenAnalytics
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: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool DefaultCategory { get; set; }

Property Value

Type: Boolean
True if this category is the default category to which all users have access.

Return Value

Type: Boolean
True 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