Click or drag to resize
Galactic API

GroupAddMembers Method

Adds security principals to the group.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public bool AddMembers(
	List<SecurityPrincipal> principals
)

Parameters

principals
Type: System.Collections.GenericListSecurityPrincipal
The principals to add.

Return Value

Type: Boolean
True if the principals were added, false otherwise.
See Also