References the configuration data for a publishing operation. This class allows admininistrative clients to set or access publishing-related configuration settings. A PublishingConfiguration object can be assigned to objects of the server hierarchy (Domain, Site, VirtualServer, and ServerInstance), and is persisted in the GCD.


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

Syntax

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

Remarks

Metadata

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

See Also