Interface ISearch

The Search object contains info about the objects found in a user's SkyDrive that match the search query. See Search query parameters for info about formatting a search query request.

Index

Properties

Properties

public data: IObject[]

An array of file and folder objects found in a user's SkyDrive that match the search query.

optional public paging?: { next?: string; previous?: string; }

The path strings that reference the next and previous sets in a paginated response.

optional public paging.next?: string

Path string for the next set of results.

optional public paging.previous?: string

Path string for the previous set of results.