Autodesk Vault ProfessionalVault API

ShowHelp Method

Autodesk.DataManagement.Client.Framework.Forms.InterfacesICustomHelpProvider

This method is called to launch help for a particular help topic

Syntax

void ShowHelp(
   System.string helpId,
   System.object helpContext
)
Sub ShowHelp( _
   ByVal helpId As System.String, _
   ByVal helpContext As System.Object _
) 

Parameters

NameDescription
helpIdUniquely identifies a help topic
helpContextOptional data that defines an instance of a workflow

See Also