Click or drag to resize
Galactic API

GroupDelete Method

Deletes a group from Active Directory.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public static bool Delete(
	ActiveDirectory ad,
	Guid guid
)

Parameters

ad
Type: Galactic.ActiveDirectoryActiveDirectory
An Active Directory object used to delete the group.
guid
Type: SystemGuid
The GUID of the group.

Return Value

Type: Boolean
True if the group was deleted, false otherwise.
See Also