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

GetBlockExplorerDesignFileCheckin() private method

private GetBlockExplorerDesignFileCheckin ( ) : bool
return bool
        public bool GetBlockExplorerDesignFileCheckin() {
            object[] results = this.Invoke("GetBlockExplorerDesignFileCheckin", new object[0]);
            return ((bool)(results[0]));
        }
        
DocumentService