Represents a collection of SecurityTemplate objects.


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

Syntax

Visual Basic (Declaration)
Public Interface ISecurityTemplateList
    Implements IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C#
public interface ISecurityTemplateList : IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C++
interface class ISecurityTemplateList : IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
J#
public interface ISecurityTemplateList implements IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
JScript
public interface ISecurityTemplateList extends IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection

See Also