Represents a collection of CenteraSiteSettings objects.


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

Syntax

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

See Also