Click or drag to resize

IGlobalVariablesCollectionRemoveVariable Method


Removes a global variable.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool RemoveVariable(
	string name
)

Parameters

name  String
Name of the global variable to remove

Return Value

Boolean
True if variable with given name exists, false otherwise.
See Also