Click or drag to resize

IGlobalVariableRemoveTargetSpecificValue Method


Removes a override value for a given publishing target.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void RemoveTargetSpecificValue(
	IPublishingTarget pubTarget
)

Parameters

pubTarget
Type: Ingeniux.CMSIPublishingTarget
The publishing target from which to remove the override value. Does nothing if null.
See Also