| 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
)
Public Shared Function Delete (
ad As ActiveDirectory,
guid As Guid
) As Boolean
public:
static bool Delete(
ActiveDirectory^ ad,
Guid guid
)
static member Delete :
ad : ActiveDirectory *
guid : Guid -> bool
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:
BooleanTrue if the group was deleted, false otherwise.
See Also