Click or drag to resize

WorkspacesMoveDocumentV30Async Method

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

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<BulkOperationResultJson> MoveDocumentV30Async(
	string guid,
	string roomId,
	PathOrFolderIdJson pathOrFolderIdJson
)

Parameters

guid
Type: SystemString

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

roomId
Type: SystemString

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

pathOrFolderIdJson
Type: BlackBerry.Workspaces.JsonPathOrFolderIdJson

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

Return Value

Type: TaskBulkOperationResultJson

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

See Also