Interface IPermissionsClient

Client for fetching entity permissions.

Namespace: StylelabsStylelabs.MSdkClients
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IPermissionsClient

Methods

GetPermissionsAsync(long, long?)

Gets the permissions for the specified entity.

Declaration
RequestResponse
Task<ISet<string>> GetPermissionsAsync(long entityId, long? userId = null)
Parameters
TypeNameDescription
longentityId

The entity id.

longuserId

The user id.

Returns
TypeDescription
Task<>ISet<>string

A set of all permissions for the specified entity.

Remarks

If userId is not provided, the permissions for the current user will be returned.

Do you have some feedback for us?

If you have suggestions for improving this article,