Skip to main content

Class: EOIUpdateLiveSearchInputs

Request model used when calling the EyesOnIt C# SDK.

Namespace: EyesOnItSDK.API.Inputs

Constructors

  • public EOIUpdateLiveSearchInputs(int searchId)

Properties

PropertyJSON FieldTypeNotes
SearchIdsearch_idintUse the SearchId returned from SearchLive.

Events

This class does not expose any public events.

Methods

MethodReturnsNotes
public string ToJson()stringSerializes this object with null values omitted.
public static EOIUpdateLiveSearchInputs FromJson(string jsonString)EOIUpdateLiveSearchInputsBuilds an instance from a JSON string.