Click or drag to resize

WorkspacesExampleRenameFolder Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Examples.WorkspacesExample.RenameFolder(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 string RenameFolder(
	string roomId,
	string folderGuid,
	string newFolderName
)

Parameters

roomId
Type: SystemString

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

folderGuid
Type: SystemString

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

newFolderName
Type: SystemString

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

Return Value

Type: String

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

See Also