Click or drag to resize
Galactic API

ActiveDirectoryIsGroupNameValid Method

Checks whether the group name supplied conforms to the limitations imposed by Active Directory. Active Directory Group Name Limitations: 63 character length limit Can not consist solely of numbers, periods, or spaces. There must be no leading periods or spaces.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public static bool IsGroupNameValid(
	string name
)

Parameters

name
Type: SystemString
The name to check.

Return Value

Type: Boolean
True if it meets the limitations, false otherwise.
See Also