IGlobalVariableValue Method Ingeniux CMS Content Store API

Gets the value for a specific publishing target. If no override value exists for this publishing target, returns the global value.

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

string Value(
	string pubTargetId
)

Parameters

pubTargetId
Type: SystemString
ID of the publishing target

Return Value

Type: String
Publishing target override value or global value.
See Also

Reference