The group to which the Content Engine user account specified by the UserName property belongs. Only members of this group are allowed to add to, modify, or read the IBM Legacy Content Search Engine collection.

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

ToggleSyntax

Visual Basic (Declaration)
Property UserGroup As String
C#
string UserGroup { get; set; }
Visual C++
property String^ UserGroup {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_userGroup();
function set_userGroup(value);

ToggleRemarks

ToggleSee Also