Returns the type (right or level) of the described permission.

Valid types are single (that is, a single access right), level (a commonly used combination of access rights), default level (that is, the recommended level for new permissions), and inherited (relevant only to child objects of the parent object described by the permission).


Namespace: FileNet.Api.Security
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property PermissionType As PermissionType
C#
PermissionType PermissionType { get; }
C++
property PermissionType PermissionType abstract  {
    PermissionType get();
}
J#
/** property */
public PermissionType get_PermissionType();
JScript
public function get PermissionType() : PermissionType

Remarks

See Also