Click or drag to resize

FilesRenameDocumentV30Async Method

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

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<string> RenameDocumentV30Async(
	string guid,
	UpdateDocumentJson updateDocumentJson
)

Parameters

guid
Type: SystemString

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

updateDocumentJson
Type: BlackBerry.Workspaces.JsonUpdateDocumentJson

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

Return Value

Type: TaskString

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

See Also