EditingPermissionService.RelinquishUsersAsync
Description:
Relinquishes editing permissions on the specified model from the specified users.
Relinquishes editing permissions on the specified model from the specified users.
Task RelinquishUsersAsync(
string region,
string projectId,
string modelUrn,
ICollection<string> userNames,
CancellationToken cancellationToken
)
-
StringregionRegion where the data is stored.
-
StringprojectIdProject id.
-
StringmodelUrnModel urn.
-
ICollection<String>userNamesUsernames of the users to relinquish.
-
CancellationTokencancellationTokenCancellation token.
Return Value
Task
Task