Defines access permissions through a bitmask of access rights. You can create an instance of this class by calling CreateInstance on the Factory.AccessPermission class.


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

Syntax

Visual Basic (Declaration)
Public Interface IAccessPermission
    Implements IDiscretionaryPermission, IPermission, IEngineObject, ICloneable, IDependentObject
C#
public interface IAccessPermission : IDiscretionaryPermission, IPermission, IEngineObject, ICloneable, IDependentObject
C++
interface class IAccessPermission : IDiscretionaryPermission, IPermission, IEngineObject, ICloneable, IDependentObject
J#
public interface IAccessPermission implements IDiscretionaryPermission, IPermission, IEngineObject, ICloneable, IDependentObject
JScript
public interface IAccessPermission extends IDiscretionaryPermission, IPermission, IEngineObject, ICloneable, IDependentObject

Remarks

Metadata

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

See Also