Click or drag to resize

IGlobalVariableSetTargetsSpecificValue Method


Sets the override value for specific publishing targets.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void SetTargetsSpecificValue(
	string value,
	IPublishingTarget[] pubTargets
)

Parameters

value
Type: SystemString
Variable value to set for the publishing targets
pubTargets
Type: Ingeniux.CMSIPublishingTarget
Publishing targets that will use this override value.
See Also