Click or drag to resize
GlobalValuesAddGroup Method (String, Boolean)
Adds a global value group.

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 void AddGroup(
	string groupName,
	bool isMultiLanguage
)

Parameters

groupName
Type: SystemString
The name of the group.
isMultiLanguage
Type: SystemBoolean
If true, then the values in the group will support multiple languages.
See Also