Tag: hidden commands

  • Hidden Commands

    If you have developed an extension to Vault Explorer, you probably noticed the HiddenCommands() function in the IExtension interface. The theory behind this function is that your extension can overwrite a command by hiding it and providing a replacement. It’s a good theory on paper, but does it hold up in practice?