Customizing site delistment

When users delist a remote site, other actions typically need to occur as well. You can customize the process by defining the DelistVault function similar to the following example.

Function DelistVault(VaultToDelist) 
    WinMsgBox VaultToDelist & " was delisted. Vault delistment is currently not customized. " & _
              "This can be done by modifying the VBScript function DelistVault.", , "GCF" 
End Function