FileManager
public event DeleteImagesByGuidForDocumentCompletedEventHandler DeleteImagesByGuidForDocumentCompleted
public event GetFullTextGuidsByDocumentArtifactIdAndTypeCompletedEventHandler GetFullTextGuidsByDocumentArtifactIdAndTypeCompleted
public event GetTotalImageCountByArtifactIDsCompletedEventHandler GetTotalImageCountByArtifactIDsCompleted
public event RetrieveByProductionArtifactIDForProductionCompletedEventHandler RetrieveByProductionArtifactIDForProductionCompleted
public event RetrieveFileGuidsByDocumentArtifactIDAndProductionArtifactIDCompletedEventHandler RetrieveFileGuidsByDocumentArtifactIDAndProductionArtifactIDCompleted
public event ReturnFileGuidsForOriginalImagesCompletedEventHandler ReturnFileGuidsForOriginalImagesCompleted
public FileManager()
public IAsyncResult BeginCreate(int caseContextArtifactID, File fileDTO, AsyncCallback callback, object asyncState)
public IAsyncResult BeginCreateImages(int caseContextArtifactID, FileInfoBase[] files, int documentArtifactID, AsyncCallback callback, object asyncState)
public IAsyncResult BeginCreateNatives(int caseContextArtifactID, FileInfoBase[] files, int[] documentArtifactIDs, AsyncCallback callback, object asyncState)
public IAsyncResult BeginCreateProductionImages(int caseContextArtifactID, FileInfoBase[] files, int documentArtifactID, AsyncCallback callback, object asyncState)
public IAsyncResult BeginDelete(int caseContextArtifactID, string guid, AsyncCallback callback, object asyncState)
public IAsyncResult BeginDeleteImagesByGuidForDocument(int caseContextArtifactID, int documentArtifactId, string[] guidList, int[] imageOrder, string documentIdentifier, AsyncCallback callback, object asyncState)
public IAsyncResult BeginGetBatesByImageGuid(int caseContextArtifactID, string guid, AsyncCallback callback, object asyncState)
public IAsyncResult BeginGetFileByGuid(int caseContextArtifactID, string guid, AsyncCallback callback, object asyncState)
public IAsyncResult BeginGetFullTextGuidsByDocumentArtifactIdAndType(int caseContextArtifactID, int documentArtifactID, int TypeId, AsyncCallback callback, object asyncState)
public IAsyncResult BeginGetHeight(int caseContextArtifactID, string guid, AsyncCallback callback, object asyncState)
public IAsyncResult BeginGetRotation(int caseContextArtifactID, string guid, AsyncCallback callback, object asyncState)
public IAsyncResult BeginGetTotalImageCountByArtifactIDs(int caseContextArtifactID, int[] documentArtifactIDs, AsyncCallback callback, object asyncState)
public IAsyncResult BeginGetWidth(int caseContextArtifactID, string guid, AsyncCallback callback, object asyncState)
public IAsyncResult BeginRetrieveByProductionArtifactIDForProduction(int caseContextArtifactID, int productionArtifactID, AsyncCallback callback, object asyncState)
public IAsyncResult BeginRetrieveFileGuidsByDocumentArtifactIDAndProductionArtifactID(int caseContextArtifactID, int documentArtifactID, int productionArtifactID, AsyncCallback callback, object asyncState)
public IAsyncResult BeginRetrieveNativesFileSize(int caseContextArtifactID, string guid, AsyncCallback callback, object asyncState)
public IAsyncResult BeginReturnFileGuidsForOriginalImages(int caseContextArtifactID, int documentArtifactID, AsyncCallback callback, object asyncState)
public IAsyncResult BeginSetRotation(int caseContextArtifactID, string guid, int rotation, AsyncCallback callback, object asyncState)
public IAsyncResult BeginSetRotationForAll(int caseContextArtifactID, int artifactID, int rotation, int productionArtifactID, AsyncCallback callback, object asyncState)
public void CreateImagesAsync(int caseContextArtifactID, FileInfoBase[] files, int documentArtifactID)
public void CreateImagesAsync(int caseContextArtifactID, FileInfoBase[] files, int documentArtifactID, object userState)
public void CreateNatives(int caseContextArtifactID, FileInfoBase[] files, int[] documentArtifactIDs)
public void CreateNativesAsync(int caseContextArtifactID, FileInfoBase[] files, int[] documentArtifactIDs)
public void CreateNativesAsync(int caseContextArtifactID, FileInfoBase[] files, int[] documentArtifactIDs, object userState)
public void CreateProductionImages(int caseContextArtifactID, FileInfoBase[] files, int documentArtifactID)
public void CreateProductionImagesAsync(int caseContextArtifactID, FileInfoBase[] files, int documentArtifactID)
public void CreateProductionImagesAsync(int caseContextArtifactID, FileInfoBase[] files, int documentArtifactID, object userState)
public void DeleteImagesByGuidForDocument(int caseContextArtifactID, int documentArtifactId, string[] guidList, int[] imageOrder, string documentIdentifier)
public void DeleteImagesByGuidForDocumentAsync(int caseContextArtifactID, int documentArtifactId, string[] guidList, int[] imageOrder, string documentIdentifier)
public void DeleteImagesByGuidForDocumentAsync(int caseContextArtifactID, int documentArtifactId, string[] guidList, int[] imageOrder, string documentIdentifier, object userState)
public string[] EndRetrieveFileGuidsByDocumentArtifactIDAndProductionArtifactID(IAsyncResult asyncResult)
public string GetFullTextGuidsByDocumentArtifactIdAndType(int caseContextArtifactID, int documentArtifactID, int TypeId)
public void GetFullTextGuidsByDocumentArtifactIdAndTypeAsync(int caseContextArtifactID, int documentArtifactID, int TypeId)
public void GetFullTextGuidsByDocumentArtifactIdAndTypeAsync(int caseContextArtifactID, int documentArtifactID, int TypeId, object userState)
public void GetTotalImageCountByArtifactIDsAsync(int caseContextArtifactID, int[] documentArtifactIDs)
public void GetTotalImageCountByArtifactIDsAsync(int caseContextArtifactID, int[] documentArtifactIDs, object userState)
public DataSet RetrieveByProductionArtifactIDForProduction(int caseContextArtifactID, int productionArtifactID)
public void RetrieveByProductionArtifactIDForProductionAsync(int caseContextArtifactID, int productionArtifactID)
public void RetrieveByProductionArtifactIDForProductionAsync(int caseContextArtifactID, int productionArtifactID, object userState)
public string[] RetrieveFileGuidsByDocumentArtifactIDAndProductionArtifactID(int caseContextArtifactID, int documentArtifactID, int productionArtifactID)
public void RetrieveFileGuidsByDocumentArtifactIDAndProductionArtifactIDAsync(int caseContextArtifactID, int documentArtifactID, int productionArtifactID)
public void RetrieveFileGuidsByDocumentArtifactIDAndProductionArtifactIDAsync(int caseContextArtifactID, int documentArtifactID, int productionArtifactID, object userState)
public void ReturnFileGuidsForOriginalImagesAsync(int caseContextArtifactID, int documentArtifactID)
public void ReturnFileGuidsForOriginalImagesAsync(int caseContextArtifactID, int documentArtifactID, object userState)
public void SetRotationAsync(int caseContextArtifactID, string guid, int rotation, object userState)
public void SetRotationForAll(int caseContextArtifactID, int artifactID, int rotation, int productionArtifactID)
public void SetRotationForAllAsync(int caseContextArtifactID, int artifactID, int rotation, int productionArtifactID)
public void SetRotationForAllAsync(int caseContextArtifactID, int artifactID, int rotation, int productionArtifactID, object userState)