Autodesk Vault ProfessionalVault API

CanShowHelp Method

Autodesk.DataManagement.Client.Framework.Forms.InterfacesICustomHelpProvider

Tests if help is available for a particular help topic.

Syntax

System.bool CanShowHelp(
   System.string helpId,
   System.object helpContext
)
Function CanShowHelp( _
   ByVal helpId As System.String, _
   ByVal helpContext As System.Object _
) As System.Boolean

Parameters

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

Return Value

True if help is available for the topic. False otherwise

See Also