Click or drag to resize

IGlobalVariablesCollection Methods


The IGlobalVariablesCollection type exposes the following members.

Methods
  NameDescription
Public methodAddVariable(IGlobalVariable)
Adds a new global variable to the collection. This overload allows the global variable to be created and sets up all publishing target overrides first.
Public methodAddVariable(String, String)
Adds a new global variable and sets its global value.
Public methodPublishGlobalVariables
Publish global variables for given publishing target. This also applies to the publishing target override value for that publishing target.
Public methodRemoveVariable
Removes a global variable.
Public methodValidateData
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity.)
Public methodValidateUserPermission
Validates the user permission on the current entity. Implemented by concrete inheriting types. It is called automatically upon saving an entity.
(Inherited from IEntity.)
Public methodVariable
Retrieves a global variable by its name. The variable names are unique.
Top
See Also