UnRegisterHelpLinks

Purpose

This call removes all of the registered help resource links for the plug-in or script/ASPX registered with the provided name.  See RegisterHelpLink for more information on registering a help resource.  

Parameters

Parameter: plug-in name
Type: String
Description: This is the plug-in name or some sort of unique identifier for a script or ASPX based system.  This identifier is used to group multiple links from the same plug-in or script/ASPX together, and it is displayed as a heading on the help page.  It is not required that a plug-in use its IFACE_NAME value, but it is necessary to use the same text here as when you used RegisterHelpLink to register the link in the first place.

Returns

None.

Example

To unregister all help resources for the Acme_Widgets plug-in, which were registered using a plug-in name of "Acme Application"

hs.UnRegisterHelpLinks("Acme Application")