Click or drag to resize

RoomsAddEntityV30Async Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.Rooms.AddEntityV30Async(System.String,BlackBerry.Workspaces.Json.AddEntityVdrJson)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<string> AddEntityV30Async(
	string roomId,
	AddEntityVdrJson addEntityVdrJson
)

Parameters

roomId
Type: SystemString

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

addEntityVdrJson
Type: BlackBerry.Workspaces.JsonAddEntityVdrJson

[Missing <param name="addEntityVdrJson"/> documentation for "M:BlackBerry.Workspaces.Resource.Rooms.AddEntityV30Async(System.String,BlackBerry.Workspaces.Json.AddEntityVdrJson)"]

Return Value

Type: TaskString

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.Rooms.AddEntityV30Async(System.String,BlackBerry.Workspaces.Json.AddEntityVdrJson)"]

See Also