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)

ToggleSyntax

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

ToggleRemarks

Metadata

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

ToggleSee Also