Click or drag to resize

IManageWorkspacesSubmitDocumentIfNewV30Async Method

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

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

Parameters

roomId
Type: SystemString

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

submitIManageDocumentVdrJson
Type: BlackBerry.Workspaces.JsonSubmitIManageDocumentVdrJson

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

Return Value

Type: TaskSubmitIfNewIManageDocumentJson

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

See Also