Click or drag to resize

ItemsGetFavoritesV30Async Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.Items.GetFavoritesV30Async(BlackBerry.Workspaces.Json.ListFavoriteItemsJson)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<PagingItemListJson<BaseJson>> GetFavoritesV30Async(
	ListFavoriteItemsJson listFavoriteItemsJson
)

Parameters

listFavoriteItemsJson
Type: BlackBerry.Workspaces.JsonListFavoriteItemsJson

[Missing <param name="listFavoriteItemsJson"/> documentation for "M:BlackBerry.Workspaces.Resource.Items.GetFavoritesV30Async(BlackBerry.Workspaces.Json.ListFavoriteItemsJson)"]

Return Value

Type: TaskPagingItemListJsonBaseJson

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.Items.GetFavoritesV30Async(BlackBerry.Workspaces.Json.ListFavoriteItemsJson)"]

See Also