Click or drag to resize

WorkspacesSubmitDocumentIfNewV30Async Method

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

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<SubmitIfNewJson> SubmitDocumentIfNewV30Async(
	string roomId,
	SubmitDocumentVdrJson submitDocumentVdrJson
)

Parameters

roomId
Type: SystemString

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

submitDocumentVdrJson
Type: BlackBerry.Workspaces.JsonSubmitDocumentVdrJson

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

Return Value

Type: TaskSubmitIfNewJson

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

See Also