<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

FieldQuery

public string Url { get; set; }

public bool UseDefaultCredentials { get; set; }

public FieldQuery()

public IAsyncResult BeginIsFieldIndexed(int caseContextArtifactID, int fieldArtifactID, AsyncCallback callback, object asyncState)

public IAsyncResult BeginRetrieveAll(int caseContextArtifactID, AsyncCallback callback, object asyncState)

public IAsyncResult BeginRetrieveAllMappable(int caseContextArtifactID, int artifactTypeID, AsyncCallback callback, object asyncState)

public IAsyncResult BeginRetrieveDisplayFieldNameByFieldCategoryID(int caseContextArtifactID, int fieldCategoryID, AsyncCallback callback, object asyncState)

public IAsyncResult BeginRetrievePotentialBeginBatesFields(int caseContextArtifactID, AsyncCallback callback, object asyncState)

public void CancelAsync(object userState)

public bool EndIsFieldIndexed(IAsyncResult asyncResult)

public DataSet EndRetrieveAll(IAsyncResult asyncResult)

public bool IsFieldIndexed(int caseContextArtifactID, int fieldArtifactID)

public void IsFieldIndexedAsync(int caseContextArtifactID, int fieldArtifactID)

public void IsFieldIndexedAsync(int caseContextArtifactID, int fieldArtifactID, object userState)

public DataSet RetrieveAll(int caseContextArtifactID)

public void RetrieveAllAsync(int caseContextArtifactID)

public void RetrieveAllAsync(int caseContextArtifactID, object userState)

public DataSet RetrieveAllMappable(int caseContextArtifactID, int artifactTypeID)

public void RetrieveAllMappableAsync(int caseContextArtifactID, int artifactTypeID)

public void RetrieveAllMappableAsync(int caseContextArtifactID, int artifactTypeID, object userState)

public string RetrieveDisplayFieldNameByFieldCategoryID(int caseContextArtifactID, int fieldCategoryID)

public void RetrieveDisplayFieldNameByFieldCategoryIDAsync(int caseContextArtifactID, int fieldCategoryID)

public void RetrieveDisplayFieldNameByFieldCategoryIDAsync(int caseContextArtifactID, int fieldCategoryID, object userState)

public DataSet RetrievePotentialBeginBatesFields(int caseContextArtifactID)

public void RetrievePotentialBeginBatesFieldsAsync(int caseContextArtifactID)

public void RetrievePotentialBeginBatesFieldsAsync(int caseContextArtifactID, object userState)