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)

Syntax

Visual Basic (Declaration)
Public Interface ISiteSettings
    Implements IEngineObject, ICloneable, IDependentObject
C#
public interface ISiteSettings : IEngineObject, ICloneable, IDependentObject
C++
interface class ISiteSettings : IEngineObject, ICloneable, IDependentObject
J#
public interface ISiteSettings implements IEngineObject, ICloneable, IDependentObject
JScript
public interface ISiteSettings extends IEngineObject, ICloneable, IDependentObject

Remarks

Metadata

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

See Also