Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Help.GetHelpURLForObject

public static string GetHelpURLForObject(Object obj);

Parameters

obj The object to retrieve documentation for.

Returns

string The documentation URL for the object. Note that this could use the http: or file: schemas.

Description

Get the URL for this object's documentation.

See Also: Help.HasHelpForObject, Help.ShowHelpForObject.