Click or drag to resize

RoomsAddTagsV30Async Method

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

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<BulkOperationResultJson> AddTagsV30Async(
	string roomId,
	AddDocumentsTagValuesJson addDocumentsTagValuesJson
)

Parameters

roomId
Type: SystemString

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

addDocumentsTagValuesJson
Type: BlackBerry.Workspaces.JsonAddDocumentsTagValuesJson

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

Return Value

Type: TaskBulkOperationResultJson

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

See Also