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.6.492
Syntax
string Value(
	string pubTargetId
)

Parameters

pubTargetId  String
ID of the publishing target

Return Value

String
Publishing target override value or global value.
See Also