GlobalValuesAddGroup Method (String, Boolean, DictionaryString, String, Int32) |
Adds a global value group.
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void AddGroup(
string groupName,
bool isMultiLanguage,
Dictionary<string, string> keyValuePairs,
int languageId
)
Public Sub AddGroup (
groupName As String,
isMultiLanguage As Boolean,
keyValuePairs As Dictionary(Of String, String),
languageId As Integer
)
public:
void AddGroup(
String^ groupName,
bool isMultiLanguage,
Dictionary<String^, String^>^ keyValuePairs,
int languageId
)
member AddGroup :
groupName : string *
isMultiLanguage : bool *
keyValuePairs : Dictionary<string, string> *
languageId : int -> unit
Parameters
- groupName
- Type: SystemString
The name of the group. - isMultiLanguage
- Type: SystemBoolean
If true, then the values in the group will support multiple languages. - keyValuePairs
- Type: System.Collections.GenericDictionaryString, String
A key value collection of values to add. - languageId
- Type: SystemInt32
The language the values are in.
See Also