Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

Help.GetHelpURLForObject

Switch to Manual
public static function GetHelpURLForObject(obj: Object): string;

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.