Click or drag to resize
Galactic API

GroupRemoveMembers Method

Removes security principals from the group.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public bool RemoveMembers(
	List<SecurityPrincipal> principals
)

Parameters

principals
Type: System.Collections.GenericListSecurityPrincipal
The principals to remove.

Return Value

Type: Boolean
True if the principals were removed, false otherwise.
See Also