My Project
|
Updates data about a group, such as the name or default member role. Returns information about whether the update was successful. Only title claimants may modify the administration role for a group. More...
Public Attributes | |
string | AdminRoleId |
Optional: the ID of an existing role to set as the new administrator role for the group. | |
Dictionary< string, string > | CustomTags |
The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). | |
int? | ExpectedProfileVersion |
Optional field used for concurrency control. By specifying the previously returned value of ProfileVersion from the GetGroup API, you can ensure that the group data update will only be performed if the group has not been updated by any other clients since the version you last loaded. | |
EntityKey | Group |
The identifier of the group. | |
string | GroupName |
Optional: the new name of the group. | |
string | MemberRoleId |
Optional: the ID of an existing role to set as the new member role for the group. | |
![]() | |
PlayFabAuthenticationContext | AuthenticationContext |
Additional Inherited Members | |
![]() | |
string | ToJson () |
Updates data about a group, such as the name or default member role. Returns information about whether the update was successful. Only title claimants may modify the administration role for a group.