Click or drag to resize

WorkspacesMarkV30Async Method (String, MarkDocumentsSelectionVdrJson)

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

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

Parameters

roomId
Type: SystemString

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

markDocumentsSelectionVdrJson
Type: BlackBerry.Workspaces.JsonMarkDocumentsSelectionVdrJson

[Missing <param name="markDocumentsSelectionVdrJson"/> documentation for "M:BlackBerry.Workspaces.Resource.Workspaces.MarkV30Async(System.String,BlackBerry.Workspaces.Json.MarkDocumentsSelectionVdrJson)"]

Return Value

Type: TaskBulkOperationResultJson

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

See Also