GraphExtensions.Search<T>(T, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension to provider Searching on OData Requests.
public static T Search<T>(this T request, string query) where T : Microsoft.Graph.IBaseRequest;
static member Search : 'T * string -> 'T (requires 'T :> Microsoft.Graph.IBaseRequest)
<Extension()>
Public Function Search(Of T As IBaseRequest) (request As T, query As String) As T
Type Parameters
- T
IBaseRequest type.
Parameters
- request
- T
Request chain.
- query
- String
Query to add for searching in QueryOptions.
Returns
Same type.