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)

ToggleSyntax

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

ToggleRemarks

Metadata

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

ToggleSee Also