GlobalValuesUpdateGroup Method |
Updates 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 UpdateGroup(
string groupName,
Dictionary<string, string> keyValuePairs,
int languageId
)
Public Sub UpdateGroup (
groupName As String,
keyValuePairs As Dictionary(Of String, String),
languageId As Integer
)
public:
void UpdateGroup(
String^ groupName,
Dictionary<String^, String^>^ keyValuePairs,
int languageId
)
member UpdateGroup :
groupName : string *
keyValuePairs : Dictionary<string, string> *
languageId : int -> unit
Parameters
- groupName
- Type: SystemString
The group name to find. - keyValuePairs
- Type: System.Collections.GenericDictionaryString, String
A key value collection of values to update. - languageId
- Type: SystemInt32
The language the values are in.
See Also