IGlobalVariablesCollection Methods |
The IGlobalVariablesCollection type exposes the following members.
Name | Description | |
---|---|---|
AddVariable(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.
| |
AddVariable(String, String) |
Adds a new global variable and sets its global value.
| |
PublishGlobalVariables |
Publish global variables for given publishing target. This also applies to the publishing target override value for that publishing target.
| |
RemoveVariable |
Removes a global variable.
| |
ValidateData |
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity.) | |
ValidateUserPermission |
Validates the user permission on the current entity. Implemented by concrete inheriting types.
It is called automatically upon saving an entity.
(Inherited from IEntity.) | |
Variable |
Retrieves a global variable by its name. The variable names are unique.
|