IGlobalVariablesCollectionRemoveVariable Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemoveVariable(
string name
)
Function RemoveVariable (
name As String
) As Boolean
bool RemoveVariable(
String^ name
)
abstract RemoveVariable :
name : string -> bool Parameters
- name String
- Name of the global variable to remove
Return Value
BooleanTrue if variable with given name exists, false otherwise.
See Also