The base class for roles having membership evaluated dynamically. A subclass of dynamic role is defined from an instance of ICmRoleClassDefinition ICmRoleMembershipAction defines the action that evaluates user membership in a dynamic role.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface ICmDynamicRole _
	Implements IRepositoryObject, ICmRole, IReplicable, ISubscribable,  _
	IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C#
public interface ICmDynamicRole : IRepositoryObject, 
	ICmRole, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, 
	IEngineObject, ICloneable
Visual C++
public interface class ICmDynamicRole : IRepositoryObject, 
	ICmRole, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, 
	IEngineObject, ICloneable
JavaScript
FileNet.Api.Security.ICmDynamicRole = function();
FileNet.Api.Security.ICmDynamicRole.createInterface('FileNet.Api.Security.ICmDynamicRole');

ToggleRemarks

Metadata

Auditable: true
AllowsInstances: false
AllowsSubClasses: true
ClassDefinitionName: CmRoleClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: CmRole

ToggleSee Also