Represents an abstract, dependent object that provides site-specific, configuration value overrides. For each fixed content device type with settings that can be overridden, a corresponding subclass of SiteSettings is defined with properties that, if populated, will override the corresponding properties of the same name on the fixed content device object.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Interface ISiteSettings _
	Implements IEngineObject, ICloneable, IDependentObject
C#
public interface ISiteSettings : IEngineObject, 
	ICloneable, IDependentObject
Visual C++
public interface class ISiteSettings : IEngineObject, 
	ICloneable, IDependentObject
JavaScript
FileNet.Api.Admin.ISiteSettings = function();
FileNet.Api.Admin.ISiteSettings.createInterface('FileNet.Api.Admin.ISiteSettings');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: GenericObject

ToggleSee Also