Click or drag to resize

IGlobalVariableValue Method


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: 10.5.94
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