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)

ToggleSyntax

Visual Basic (Declaration)
<ObsoleteAttribute("As of release 5.0.0.")> _
Public Interface ICFSSiteSettingsList _
	Implements ISiteSettingsList, IDependentObjectList, IEngineCollection, ICloneable,  _
	IList, ICollection, IEnumerable
C#
[ObsoleteAttribute("As of release 5.0.0.")]
public interface ICFSSiteSettingsList : ISiteSettingsList, 
	IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, 
	IEnumerable
Visual C++
[ObsoleteAttribute(L"As of release 5.0.0.")]
public interface class ICFSSiteSettingsList : ISiteSettingsList, 
	IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, 
	IEnumerable
JavaScript
FileNet.Api.Collection.ICFSSiteSettingsList = function();
FileNet.Api.Collection.ICFSSiteSettingsList.createInterface('FileNet.Api.Collection.ICFSSiteSettingsList');

ToggleSee Also