Click or drag to resize

FilesSearchDocumentsV30Async Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.Files.SearchDocumentsV30Async(BlackBerry.Workspaces.Json.SearchDocumentsSdsJson)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<PagingItemListJson<BaseJson>> SearchDocumentsV30Async(
	SearchDocumentsSdsJson searchDocumentsSdsJson
)

Parameters

searchDocumentsSdsJson
Type: BlackBerry.Workspaces.JsonSearchDocumentsSdsJson

[Missing <param name="searchDocumentsSdsJson"/> documentation for "M:BlackBerry.Workspaces.Resource.Files.SearchDocumentsV30Async(BlackBerry.Workspaces.Json.SearchDocumentsSdsJson)"]

Return Value

Type: TaskPagingItemListJsonBaseJson

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.Files.SearchDocumentsV30Async(BlackBerry.Workspaces.Json.SearchDocumentsSdsJson)"]

See Also