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.CollectionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface ISiteSettingsList _ Implements IDependentObjectList, IEngineCollection, ICloneable, IList, _ ICollection, IEnumerable |
C# |
---|
public interface ISiteSettingsList : IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, IEnumerable |
Visual C++ |
---|
public interface class ISiteSettingsList : IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, IEnumerable |
JavaScript |
---|
FileNet.Api.Collection.ISiteSettingsList = function(); FileNet.Api.Collection.ISiteSettingsList.createInterface('FileNet.Api.Collection.ISiteSettingsList'); |