Click or drag to resize

UsersGetUserRoleV30Async Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.Users.GetUserRoleV30Async(System.String,System.String,System.String)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
[ObsoleteAttribute]
public Task<UserRoleJson> GetUserRoleV30Async(
	string domain,
	string name,
	string roomId
)

Parameters

domain
Type: SystemString

[Missing <param name="domain"/> documentation for "M:BlackBerry.Workspaces.Resource.Users.GetUserRoleV30Async(System.String,System.String,System.String)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:BlackBerry.Workspaces.Resource.Users.GetUserRoleV30Async(System.String,System.String,System.String)"]

roomId
Type: SystemString

[Missing <param name="roomId"/> documentation for "M:BlackBerry.Workspaces.Resource.Users.GetUserRoleV30Async(System.String,System.String,System.String)"]

Return Value

Type: TaskUserRoleJson

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.Users.GetUserRoleV30Async(System.String,System.String,System.String)"]

See Also