Represents a collection of VerityServerConfiguration objects.


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

Syntax

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

See Also