VaultFolderCreate.DocumentSvc.DocumentService.GetBlockExplorerDesignFileCheckin C# (CSharp) Méthode

GetBlockExplorerDesignFileCheckin() private méthode

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