M

EditingPermissionService.RelinquishUsersAsync

Description:
Relinquishes editing permissions on the specified model from the specified users.
Task RelinquishUsersAsync(
	string region,
	string projectId,
	string modelUrn,
	ICollection<string> userNames,
	CancellationToken cancellationToken
)
  • String
    region
    Region where the data is stored.
  • String
    projectId
    Project id.
  • String
    modelUrn
    Model urn.
  • ICollection<String>
    userNames
    Usernames of the users to relinquish.
  • CancellationToken
    cancellationToken
    Cancellation token.
Return Value Task Task