Specifies whether the Active Directory Service provider uses the token group attribute to determine a users's group membership. To use this property, you must use objectSid as both the user and group unique ID. The default is False. To enable token group use, set this property to True.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property UseTokenGroups As Nullable(Of Boolean)
C#
Nullable<bool> UseTokenGroups { get; set; }
Visual C++
property Nullable<bool> UseTokenGroups {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_useTokenGroups();
function set_useTokenGroups(value);

ToggleRemarks

ToggleSee Also