Defines the access control applied to a particular class by the role. A list of ICmRoleAccessDefinition objects is set on a an instance of ICmRoleClassDefinition, which defines a subclass of ICmRole.

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

ToggleSyntax

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

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: GenericObject

ToggleSee Also