Click or drag to resize
GlobalValues Class
Access to the methods in this class requires the Administrator role.
Inheritance Hierarchy
SystemObject
  ConnectedApps.Cms.Sdk.DataGlobalValues

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class GlobalValues

The GlobalValues type exposes the following members.

Constructors
  NameDescription
Public methodGlobalValues
Initializes a new instance of the GlobalValues class
Top
Methods
  NameDescription
Public methodAddGroup(String, Boolean)
Adds a global value group.
Public methodAddGroup(String, Boolean, DictionaryString, String, Int32)
Adds a global value group.
Public methodAddValue
Adds a group value.
Public methodDeleteGroup
Deletes a global value group and its values.
Public methodDeleteValue
Deletes a group value.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRenameGroup
Renames a global value group name.
Public methodRenameValueName
Renames a group value's name.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateGroup
Updates a global value group.
Public methodUpdateValue
Updates a group value's content.
Top
See Also