IGlobalVariablesCollectionVariable Method Ingeniux CMS Content Store API

Retrieves a global variable by its name. The variable names are unique.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IGlobalVariable Variable(
	string name
)

Parameters

name
Type: SystemString
Variable name to retrieve

Return Value

Type: IGlobalVariable
Global variable with matching name. Null if name doesn't exist.
See Also

Reference