ActiveDirectoryLibCreateUserGroup Method ACDLib API Documentation
Creates a new security group within the selected active directory object

Namespace: Inkostar.Classes
Assembly: ACDLib (in ACDLib.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public ActiveDirectoryGroupObject CreateUserGroup(
	ActiveDirectoryObject rootObject,
	string group
)

Parameters

rootObject
Type: Inkostar.ClassesActiveDirectoryObject
The active directory object or container where the new account will be created
group
Type: SystemString
The group name

Return Value

Type: ActiveDirectoryGroupObject
The ActiveDirectoryGroupObject group instance created
See Also

Reference