VaultFolderCreate.DocumentSvc.DocumentService.SetBlockExplorerDesignFileCheckinAsync C# (CSharp) Method

SetBlockExplorerDesignFileCheckinAsync() public method

public SetBlockExplorerDesignFileCheckinAsync ( bool blockCheckin ) : void
blockCheckin bool
return void
        public void SetBlockExplorerDesignFileCheckinAsync(bool blockCheckin) {
            this.SetBlockExplorerDesignFileCheckinAsync(blockCheckin, null);
        }
        

Same methods

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