IGlobalVariableSetTargetsSpecificValue Method Ingeniux CMS Content Store API

Sets the override value for specific publishing targets.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference