VaultFolderCreate.DocumentSvc.DocumentService.CheckoutFileAsync C# (CSharp) Метод

CheckoutFileAsync() публичный Метод

public CheckoutFileAsync ( long folderId, long fileMasterId, string machine, string localPath, string comment, bool downloadFile, bool allowSync ) : void
folderId long
fileMasterId long
machine string
localPath string
comment string
downloadFile bool
allowSync bool
Результат void
        public void CheckoutFileAsync(long folderId, long fileMasterId, string machine, string localPath, string comment, bool downloadFile, bool allowSync) {
            this.CheckoutFileAsync(folderId, fileMasterId, machine, localPath, comment, downloadFile, allowSync, null);
        }
        

Same methods

DocumentService::CheckoutFileAsync ( long folderId, long fileMasterId, string machine, string localPath, string comment, bool downloadFile, bool allowSync, object userState ) : void
DocumentService