Represents a collection of ApplicationSecurityTemplate objects.


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

Syntax

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

See Also