IPublishingTargetVariable Interface Ingeniux CMS Content Store API

Represents a override value for a Global Variable for a specific Publishing Target. This value applies during both preview and publish for this Publishing Target.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public interface IPublishingTargetVariable

The IPublishingTargetVariable type exposes the following members.

Properties

  NameDescription
Public propertyValue
Gets/sets the value of the Global Variable specific to a Publishing Target.
Top
Methods

  NameDescription
Public methodPublishingTarget
Retrieves the Publishing Target this override value is for.
Top
Remarks

For a Global Variable, it has a default value that will be used on all Publishing Targets, when no override value for the Publishing Target exists.

See Also

Reference