Query Class
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.
[Microsoft.SharePoint.Client.ScriptType("Microsoft.SharePoint.Client.Search.Query.Query", ServerTypeId="{506fbb38-b10c-4cb3-80a0-9003a85b56ed}")]
public class Query : Microsoft.SharePoint.Client.ClientObject
type Query = class
inherit ClientObject
Public Class Query
Inherits ClientObject
- Inheritance
- Derived
- Attributes
Constructors
Query(ClientRuntimeContext, ObjectPath) |
Properties
Methods
CheckUninitializedProperty(String) | (Inherited from ClientObject) |
CustomFromJson(JsonReader) | (Inherited from ClientObject) |
ExportQueryLogs(String, DateTime) | |
FromJson(JsonReader) | (Inherited from ClientObject) |
GetQueryCompletions(Int32, String, Int32) | |
GetQuerySuggestionsWithResults(Int32, Int32, Boolean, Boolean, Boolean, Boolean) | |
GetZeroTermsQuerySuggestionsWithResults(Int32, Int32, Boolean) | |
InitNonPropertyFieldFromJson(String, JsonReader) | (Inherited from ClientObject) |
InitOnePropertyFromJson(String, JsonReader) | |
IsObjectPropertyInstantiated(String) | (Inherited from ClientObject) |
IsPropertyAvailable(String) | (Inherited from ClientObject) |
LoadExpandoFields() | (Inherited from ClientObject) |
RefreshLoad() | (Inherited from ClientObject) |
RemoveFromParentCollection() | (Inherited from ClientObject) |
Retrieve() | (Inherited from ClientObject) |
Retrieve(String[]) | (Inherited from ClientObject) |
UpdateClientObjectPropertyType(String, Object, JsonReader) | (Inherited from ClientObject) |