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

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

public SetBlockExplorerDesignFileCheckinAsync ( bool blockCheckin ) : void
blockCheckin bool
Результат void
        public void SetBlockExplorerDesignFileCheckinAsync(bool blockCheckin) {
            this.SetBlockExplorerDesignFileCheckinAsync(blockCheckin, null);
        }
        

Same methods

DocumentService::SetBlockExplorerDesignFileCheckinAsync ( bool blockCheckin, object userState ) : void
DocumentService