Base class for permission objects that define discretionary access permissions. The object's owner grants individual users or groups access rights to the object based on the grantee's identity and group memberships.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IDiscretionaryPermission _
	Implements IPermission, IEngineObject, ICloneable, IDependentObject
C#
public interface IDiscretionaryPermission : IPermission, 
	IEngineObject, ICloneable, IDependentObject
Visual C++
public interface class IDiscretionaryPermission : IPermission, 
	IEngineObject, ICloneable, IDependentObject
JavaScript
FileNet.Api.Security.IDiscretionaryPermission = function();
FileNet.Api.Security.IDiscretionaryPermission.createInterface('FileNet.Api.Security.IDiscretionaryPermission');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain or ObjectStore
SuperclassName: Permission

ToggleSee Also