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

ObjectManager

public string Url { get; set; }

public bool UseDefaultCredentials { get; set; }

public ObjectManager()

public IAsyncResult BeginRetrieveArtifactIdOfMappedObject(int caseContextArtifactID, string textIdentifier, int artifactTypeID, AsyncCallback callback, object asyncState)

public IAsyncResult BeginRetrieveArtifactIdOfMappedParentObject(int caseContextArtifactID, string textIdentifier, int artifactTypeID, AsyncCallback callback, object asyncState)

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

public IAsyncResult BeginUpdate(int appArtifactId, SimplifiedMaskDto artifact, AsyncCallback callback, object asyncState)

public void CancelAsync(object userState)

public void EndUpdate(IAsyncResult asyncResult)

public DataSet RetrieveArtifactIdOfMappedObject(int caseContextArtifactID, string textIdentifier, int artifactTypeID)

public void RetrieveArtifactIdOfMappedObjectAsync(int caseContextArtifactID, string textIdentifier, int artifactTypeID)

public void RetrieveArtifactIdOfMappedObjectAsync(int caseContextArtifactID, string textIdentifier, int artifactTypeID, object userState)

public DataSet RetrieveArtifactIdOfMappedParentObject(int caseContextArtifactID, string textIdentifier, int artifactTypeID)

public void RetrieveArtifactIdOfMappedParentObjectAsync(int caseContextArtifactID, string textIdentifier, int artifactTypeID)

public void RetrieveArtifactIdOfMappedParentObjectAsync(int caseContextArtifactID, string textIdentifier, int artifactTypeID, object userState)

public DataSet RetrieveTextIdentifierOfMappedObject(int caseContextArtifactID, int artifactId, int artifactTypeID)

public void RetrieveTextIdentifierOfMappedObjectAsync(int caseContextArtifactID, int artifactId, int artifactTypeID)

public void RetrieveTextIdentifierOfMappedObjectAsync(int caseContextArtifactID, int artifactId, int artifactTypeID, object userState)

public void Update(int appArtifactId, SimplifiedMaskDto artifact)

public void UpdateAsync(int appArtifactId, SimplifiedMaskDto artifact)

public void UpdateAsync(int appArtifactId, SimplifiedMaskDto artifact, object userState)