Represents the base class for security template classes. The templates are contained within a security policy and can be one of two types: versioning or application templates. For more information on each of these types, refer to the interface descriptions for IVersioningSecurityTemplate and IApplicationSecurityTemplate interface descriptions.


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

Syntax

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

Remarks

Metadata

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

See Also