Specifies the SiteSettings objects associated with a fixed content device. Site settings provide 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.

For an EMC Centera fixed content device, this property allows the PoolAddress property to be different, depending on the site in which the Content Engine server is running. If the Content Engine server is running in a site that does not correspond to one of the SiteSetting objects, then the PoolAddress property on the CenteraFixedContentDevice object is used as the default.

For a FileNet Image Services fixed content device, this property allows the CSMCache property to be different depending on the site in which the Content Engine server is running. If the Content Engine server is running in a site that does not correspond to one of the SiteSetting objects, then the CSMCache property on the IMFixedContentDevice object is used as the default.

For a NetApp SnapLock fixed content device, there are currently no properties that may be customized for a site.


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

Syntax

Visual Basic (Declaration)
Property SiteSettings As ISiteSettingsList
C#
ISiteSettingsList SiteSettings { get; set; }
C++
property ISiteSettingsList SiteSettings abstract  {
    ISiteSettingsList get();
    void set(ISiteSettingsList value);
}
J#
/** property */
public ISiteSettingsList get_SiteSettings();

/** property */
public void set_SiteSettings(ISiteSettingsList value);
JScript
public function get SiteSettings() : ISiteSettingsList

public function set SiteSettings(value : ISiteSettingsList);

Remarks

See Also