FolderManager
public event RetrieveFolderAndDescendantsCompletedEventHandler RetrieveFolderAndDescendantsCompleted
public FolderManager()
public IAsyncResult BeginCreate(int caseContextArtifactID, int parentArtifactID, string folderName, AsyncCallback callback, object asyncState)
public IAsyncResult BeginExists(int caseContextArtifactID, int folderArtifactID, AsyncCallback callback, object asyncState)
public IAsyncResult BeginRead(int caseContextArtifactID, int folderArtifactID, AsyncCallback callback, object asyncState)
public IAsyncResult BeginReadID(int caseContextArtifactID, int parentArtifactID, string name, AsyncCallback callback, object asyncState)
public IAsyncResult BeginRetrieve(int caseContextArtifactID, int parentArtifactID, string folderName, AsyncCallback callback, object asyncState)
public IAsyncResult BeginRetrieveAllByCaseID(int caseContextArtifactID, AsyncCallback callback, object asyncState)
public IAsyncResult BeginRetrieveFolderAndDescendants(int caseContextArtifactID, int folderID, AsyncCallback callback, object asyncState)
public IAsyncResult BeginRetrieveIntitialChunk(int caseContextArtifactID, AsyncCallback callback, object asyncState)
public IAsyncResult BeginRetrieveNextChunk(int caseContextArtifactID, int lastFolderID, AsyncCallback callback, object asyncState)
public void CreateAsync(int caseContextArtifactID, int parentArtifactID, string folderName, object userState)
public void ReadIDAsync(int caseContextArtifactID, int parentArtifactID, string name, object userState)
public void RetrieveAsync(int caseContextArtifactID, int parentArtifactID, string folderName, object userState)
public void RetrieveFolderAndDescendantsAsync(int caseContextArtifactID, int folderID, object userState)