Click or drag to resize

SearchSearchV30Async Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.Search.SearchV30Async(BlackBerry.Workspaces.Json.SearchRequestJson)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<PagingItemListJson<BaseJson>> SearchV30Async(
	SearchRequestJson searchRequestJson
)

Parameters

searchRequestJson
Type: BlackBerry.Workspaces.JsonSearchRequestJson

[Missing <param name="searchRequestJson"/> documentation for "M:BlackBerry.Workspaces.Resource.Search.SearchV30Async(BlackBerry.Workspaces.Json.SearchRequestJson)"]

Return Value

Type: TaskPagingItemListJsonBaseJson

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.Search.SearchV30Async(BlackBerry.Workspaces.Json.SearchRequestJson)"]

See Also