Click or drag to resize
CategoriesCollectionRemove Method (String) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Removes a Category from this collection.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Remove(
	string ID
)

Parameters

ID
Type: SystemString
The ID of the object you wish to remove.

Return Value

Type: Boolean
True if an object the object is removed.
Remarks