The base class for roles having a statically defined membership. A ICmStaticRole subclass is defined from an instance of ICmRoleClassDefinition.

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

ToggleSyntax

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

ToggleRemarks

Metadata

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

ToggleSee Also