Click or drag to resize
WorkspacesRenameFolderV30 Method
Renames a folder within a workspace.

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public string RenameFolderV30(
	string roomId,
	RenameFolderJson renameFolderJson
)

Parameters

roomId
Type: SystemString
room (workspace) with original folder
renameFolderJson
Type: BlackBerry.Workspaces.JsonRenameFolderJson
original and new folder names. The location of the folder within the workspace is not changed, only the folder name.

Return Value

Type: String
"success"
See Also