Click or drag to resize

WorkspacesExampleMoveFolders Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Examples.WorkspacesExample.MoveFolders(System.String,System.String,System.String)"]

Namespace:  BlackBerry.Workspaces.Examples
Assembly:  WorkspacesSdkExamples (in WorkspacesSdkExamples.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public BulkOperationResultJson MoveFolders(
	string roomId,
	string currentPath,
	string newPath
)

Parameters

roomId
Type: SystemString

[Missing <param name="roomId"/> documentation for "M:BlackBerry.Workspaces.Examples.WorkspacesExample.MoveFolders(System.String,System.String,System.String)"]

currentPath
Type: SystemString

[Missing <param name="currentPath"/> documentation for "M:BlackBerry.Workspaces.Examples.WorkspacesExample.MoveFolders(System.String,System.String,System.String)"]

newPath
Type: SystemString

[Missing <param name="newPath"/> documentation for "M:BlackBerry.Workspaces.Examples.WorkspacesExample.MoveFolders(System.String,System.String,System.String)"]

Return Value

Type: BulkOperationResultJson

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Examples.WorkspacesExample.MoveFolders(System.String,System.String,System.String)"]

See Also