Autodesk Vault ProfessionalVault API

ICustomHelpProvider Interface

Autodesk.DataManagement.Client.Framework.FormsAutodesk.DataManagement.Client.Framework.Forms.Interfaces

An interface that can be implemented to integrate Help capabilities into the Vault Developer Framework.

Syntax

public interface ICustomHelpProvider 
Public Interface ICustomHelpProvider 

Methods

NameDescription
CanShowHelpTests if help is available for a particular help topic.
ShowHelpThis method is called to launch help for a particular help topic

Returned By

Where you get a ICustomHelpProvider — members that return one.

See Also