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


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

Syntax

Visual Basic (Declaration)
Public Interface IImageServicesSiteSettings
    Implements ISiteSettings, IEngineObject, ICloneable, IDependentObject
C#
public interface IImageServicesSiteSettings : ISiteSettings, IEngineObject, ICloneable, IDependentObject
C++
interface class IImageServicesSiteSettings : ISiteSettings, IEngineObject, ICloneable, IDependentObject
J#
public interface IImageServicesSiteSettings implements ISiteSettings, IEngineObject, ICloneable, IDependentObject
JScript
public interface IImageServicesSiteSettings 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