Click or drag to resize
GroupsCollectionRemove Method (Int32) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Removes a Group from this collection.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Remove(
	int Index
)

Parameters

Index
Type: SystemInt32
The index of the object you wish to remove.

Return Value

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