DataPA Enterprise Dashboard Controls 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

C#
public bool DefaultCategory { get; set; }
Visual Basic
Public Property DefaultCategory As Boolean
	Get
	Set
Visual C++
public:
virtual property bool DefaultCategory {
	bool get () sealed;
	void set (bool value) sealed;
}

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