Represents a collection of ICFSSiteSettings objects. To create an instance of this object, call Factory.CFSSiteSettings.createList().


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

Syntax

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

See Also