Identifies the type of the security principal.

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

ToggleSyntax

Visual Basic (Declaration)
Public Enumeration SecurityPrincipalType
C#
public enum SecurityPrincipalType
Visual C++
public enum class SecurityPrincipalType
JavaScript
FileNet.Api.Constants.SecurityPrincipalType = function();
FileNet.Api.Constants.SecurityPrincipalType.createEnum('FileNet.Api.Constants.SecurityPrincipalType', false);

ToggleMembers

TypeMember nameDescription
GROUP
The security principal type is a Group object.
UNKNOWN
The security principal type is unknown.
USER
The security principal type is a User object.

ToggleSee Also