ICaseService public interface ICaseService : IDisposable Documentation Task<string[]> GetAllDocumentFolderPathsAsync(string correlationID) Task<string[]> GetAllDocumentFolderPathsForCaseAsync(int workspaceID, string correlationID) Task<CaseInfo> ReadAsync(int workspaceID, string correlationID) Task<DataSetWrapper> RetrieveAllEnabledAsync(string correlationID)