Click or drag to resize

TransientWorkspacesListCommentsV30Async Method

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

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<ItemListJson<DocumentCommentJson>> ListCommentsV30Async(
	ListTransientDocumentCommentsJson listTransientDocumentCommentsJson
)

Parameters

listTransientDocumentCommentsJson
Type: BlackBerry.Workspaces.JsonListTransientDocumentCommentsJson

[Missing <param name="listTransientDocumentCommentsJson"/> documentation for "M:BlackBerry.Workspaces.Resource.TransientWorkspaces.ListCommentsV30Async(BlackBerry.Workspaces.Json.ListTransientDocumentCommentsJson)"]

Return Value

Type: TaskItemListJsonDocumentCommentJson

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

See Also