Click or drag to resize

OrganizationsListPagingTagsV30Async Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.Organizations.ListPagingTagsV30Async(BlackBerry.Workspaces.Json.ListTagsJson)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<PagingItemListJson<TagRecordJson>> ListPagingTagsV30Async(
	ListTagsJson listTagsJson
)

Parameters

listTagsJson
Type: BlackBerry.Workspaces.JsonListTagsJson

[Missing <param name="listTagsJson"/> documentation for "M:BlackBerry.Workspaces.Resource.Organizations.ListPagingTagsV30Async(BlackBerry.Workspaces.Json.ListTagsJson)"]

Return Value

Type: TaskPagingItemListJsonTagRecordJson

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.Organizations.ListPagingTagsV30Async(BlackBerry.Workspaces.Json.ListTagsJson)"]

See Also