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