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.6.492
Syntax
void RemoveTargetSpecificValue(
	IPublishingTarget pubTarget
)

Parameters

pubTarget  IPublishingTarget
The publishing target from which to remove the override value. Does nothing if null.
See Also