<PackageReference Include="Relativity.Server.Import.SDK" Version="24000.1.1" />
FieldManager
public string Url {
get;
set; }
public int Create(
int caseContextArtifactID,
Field fieldDTO)
public void CreateAsync(
int caseContextArtifactID,
Field fieldDTO,
object userState)
public Field Read(
int caseContextArtifactID,
int fieldArtifactID)
public void ReadAsync(
int caseContextArtifactID,
int fieldArtifactID)
public void ReadAsync(
int caseContextArtifactID,
int fieldArtifactID,
object userState)