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

GetBlockExplorerDesignFileCheckin() приватный Метод

private GetBlockExplorerDesignFileCheckin ( ) : bool
Результат bool
        public bool GetBlockExplorerDesignFileCheckin() {
            object[] results = this.Invoke("GetBlockExplorerDesignFileCheckin", new object[0]);
            return ((bool)(results[0]));
        }
        
DocumentService