Represents a collection of ImageServicesSiteSettings objects.


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

Syntax

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

See Also