Click or drag to resize

WorkspaceAPIRenameGroup Method

Rename a specified group.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public void RenameGroup(
	long groupId,
	string groupName,
	Dictionary<string, Object> config
)

Parameters

groupId
Type: SystemInt64
The id of the group.
groupName
Type: SystemString
The new name of the group.
config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.
See Also