Click or drag to resize
Galactic API

SecurityPrincipalRemoveFromGroup Method

Removes this principal from the supplied group.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public bool RemoveFromGroup(
	Guid guid
)

Parameters

guid
Type: SystemGuid
The GUID of the group to add the principal to.

Return Value

Type: Boolean
True if the principal was added, false otherwise.
See Also