Represents a collection of subclassed SiteSettings objects.
The subclass collections are validated to ensure all
instances contained in the collection are of the proper subclass of SiteSettings (that is, a subclass
corresponding to its parent fixed content device).
Namespace:
FileNet.Api.Collection
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface ISiteSettingsList _ Implements IEngineCollection, IEnumerable, ICloneable, IDependentObjectList, _ IList, ICollection |
| C# |
|---|
public interface ISiteSettingsList : IEngineCollection, IEnumerable, ICloneable, IDependentObjectList, IList, ICollection |
| Visual C++ |
|---|
public interface class ISiteSettingsList : IEngineCollection, IEnumerable, ICloneable, IDependentObjectList, IList, ICollection |
| JavaScript |
|---|
FileNet.Api.Collection.ISiteSettingsList = function(); FileNet.Api.Collection.ISiteSettingsList.createInterface('FileNet.Api.Collection.ISiteSettingsList'); |