DataPA Enterprise Dashboard Controls API Reference
Creates and returns a new CategoriesCollection object.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public CategoriesCollection(
	Object Parent
)
Visual Basic
Public Sub New ( 
	Parent As Object
)
Visual C++
public:
CategoriesCollection(
	Object^ Parent
)

Parameters

Parent
Type: System..::..Object
The object that is the parent of this object.

Remarks