DocumentManager
public event GetDocumentArtifactIDFromIdentifierCompletedEventHandler GetDocumentArtifactIDFromIdentifierCompleted
public event GetDocumentDirectoryByCaseArtifactIDCompletedEventHandler GetDocumentDirectoryByCaseArtifactIDCompleted
public event GetIdentifierFromDocumentArtifactIDCompletedEventHandler GetIdentifierFromDocumentArtifactIDCompleted
public event ReadAsNameValueCollectionFromLayoutArtifactIDCompletedEventHandler ReadAsNameValueCollectionFromLayoutArtifactIDCompleted
public event RetrieveAllUnsupportedOiFileIdsCompletedEventHandler RetrieveAllUnsupportedOiFileIdsCompleted
public DocumentManager()
public void AllHaveOriginalImagesAsync(int caseContextArtifactID, int[] artifactIDs, object userState)
public IAsyncResult BeginAllHaveOriginalImages(int caseContextArtifactID, int[] artifactIDs, AsyncCallback callback, object asyncState)
public IAsyncResult BeginDelete(int caseContextArtifactID, string[] identifiers, AsyncCallback callback, object asyncState)
public IAsyncResult BeginGetDocumentArtifactIDFromIdentifier(int caseContextArtifactID, string identifier, string fieldDisplayName, AsyncCallback callback, object asyncState)
public IAsyncResult BeginGetDocumentDirectoryByCaseArtifactID(int caseArtifactID, AsyncCallback callback, object asyncState)
public IAsyncResult BeginGetIdentifierFromDocumentArtifactID(int caseContextArtifactID, int artifactID, AsyncCallback callback, object asyncState)
public IAsyncResult BeginGetPrintImageGuids(int caseContextArtifactID, int artifactID, int[] orderedProductionIDList, AsyncCallback callback, object asyncState)
public IAsyncResult BeginRead(int caseContextArtifactID, int artifactID, int[] fieldArtifactIds, AsyncCallback callback, object asyncState)
public IAsyncResult BeginReadAsNameValueCollectionFromLayoutArtifactID(int caseContextArtifactID, int artifactID, int layoutArtifactID, int utcOffset, string locale, AsyncCallback callback, object asyncState)
public IAsyncResult BeginReadFromIdentifier(int caseContextArtifactID, string fieldDisplayName, string identifier, int[] fieldArtifactIds, AsyncCallback callback, object asyncState)
public IAsyncResult BeginRetrieveDocumentCount(int caseArtifactID, AsyncCallback callback, object asyncState)
public IAsyncResult BeginRetrieveDocumentLimit(int caseArtifactID, AsyncCallback callback, object asyncState)
public IAsyncResult BeginUpdate(int caseContextArtifactID, Document docDTO, File[] files, AsyncCallback callback, object asyncState)
public int GetDocumentArtifactIDFromIdentifier(int caseContextArtifactID, string identifier, string fieldDisplayName)
public void GetDocumentArtifactIDFromIdentifierAsync(int caseContextArtifactID, string identifier, string fieldDisplayName)
public void GetDocumentArtifactIDFromIdentifierAsync(int caseContextArtifactID, string identifier, string fieldDisplayName, object userState)
public void GetIdentifierFromDocumentArtifactIDAsync(int caseContextArtifactID, int artifactID, object userState)
public Guid[] GetPrintImageGuids(int caseContextArtifactID, int artifactID, int[] orderedProductionIDList)
public void GetPrintImageGuidsAsync(int caseContextArtifactID, int artifactID, int[] orderedProductionIDList)
public void GetPrintImageGuidsAsync(int caseContextArtifactID, int artifactID, int[] orderedProductionIDList, object userState)
public NameValuePair[] ReadAsNameValueCollectionFromLayoutArtifactID(int caseContextArtifactID, int artifactID, int layoutArtifactID, int utcOffset, string locale)
public void ReadAsNameValueCollectionFromLayoutArtifactIDAsync(int caseContextArtifactID, int artifactID, int layoutArtifactID, int utcOffset, string locale)
public void ReadAsNameValueCollectionFromLayoutArtifactIDAsync(int caseContextArtifactID, int artifactID, int layoutArtifactID, int utcOffset, string locale, object userState)
public void ReadAsync(int caseContextArtifactID, int artifactID, int[] fieldArtifactIds, object userState)
public Document ReadFromIdentifier(int caseContextArtifactID, string fieldDisplayName, string identifier, int[] fieldArtifactIds)
public void ReadFromIdentifierAsync(int caseContextArtifactID, string fieldDisplayName, string identifier, int[] fieldArtifactIds)
public void ReadFromIdentifierAsync(int caseContextArtifactID, string fieldDisplayName, string identifier, int[] fieldArtifactIds, object userState)