Click or drag to resize

TransientWorkspacesDeleteCommentV30Async Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.TransientWorkspaces.DeleteCommentV30Async(BlackBerry.Workspaces.Json.DeleteTransientCommentJson)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<BulkOperationResultJson> DeleteCommentV30Async(
	DeleteTransientCommentJson deleteTransientCommentJson
)

Parameters

deleteTransientCommentJson
Type: BlackBerry.Workspaces.JsonDeleteTransientCommentJson

[Missing <param name="deleteTransientCommentJson"/> documentation for "M:BlackBerry.Workspaces.Resource.TransientWorkspaces.DeleteCommentV30Async(BlackBerry.Workspaces.Json.DeleteTransientCommentJson)"]

Return Value

Type: TaskBulkOperationResultJson

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.TransientWorkspaces.DeleteCommentV30Async(BlackBerry.Workspaces.Json.DeleteTransientCommentJson)"]

See Also