Represents the configuration settings that can be overridden for the EMC Centera fixed content devices on the specified site. For each setting that can be overridden, the CenteraSiteSettings object contains a property that, if populated, will override the corresponding property of the same name on the CenteraFixedContentDevice object.


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

Syntax

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

Remarks

Metadata

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

See Also