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.6.492
Syntax
void SetTargetsSpecificValue(
	string value,
	IPublishingTarget[] pubTargets
)

Parameters

value  String
Variable value to set for the publishing targets
pubTargets  IPublishingTarget
Publishing targets that will use this override value.
See Also