Click or drag to resize

WorkspacesRenameDocumentV30 Method

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

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public string RenameDocumentV30(
	string guid,
	string roomId,
	UpdateDocumentJson updateDocumentJson
)

Parameters

guid
Type: SystemString

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

roomId
Type: SystemString

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

updateDocumentJson
Type: BlackBerry.Workspaces.JsonUpdateDocumentJson

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

Return Value

Type: String

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

See Also