UserGroupsUpdate Method (Guid, String, Int32) |
Updates the name of a 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 Update(
Guid groupId,
string newName,
int languageId
)
Public Sub Update (
groupId As Guid,
newName As String,
languageId As Integer
)
public:
void Update(
Guid groupId,
String^ newName,
int languageId
)
member Update :
groupId : Guid *
newName : string *
languageId : int -> unit
Parameters
- groupId
- Type: SystemGuid
The unique identifier of the group. - newName
- Type: SystemString
The name to update. - languageId
- Type: SystemInt32
The language the group name is in.
See Also