Click or drag to resize

UserApiClientGetCollectionAccessLevelAsync Method

Gets specific collection access level of a user for a given database.

Namespace:  ArangoDBNetStandard.UserApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<GetAccessLevelResponse> GetCollectionAccessLevelAsync(
	string username,
	string dbName,
	string collectionName
)

Parameters

username
Type: SystemString
The name of the user.
dbName
Type: SystemString
The name of the database.
collectionName
Type: SystemString
The name of the collection.

Return Value

Type: TaskGetAccessLevelResponse

Implements

IUserApiClientGetCollectionAccessLevelAsync(String, String, String)
See Also