Click or drag to resize

RoomsDeleteDocumentsV30Async Method

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

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

Parameters

roomId
Type: SystemString

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

deleteDocumentsSelectionVdrJson
Type: BlackBerry.Workspaces.JsonDeleteDocumentsSelectionVdrJson

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

Return Value

Type: TaskBulkOperationResultJson

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

See Also