GetObjectHelpURL method
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the URL where the object help is stored on the Galaxy repository.
Class
ITemplate
Syntax
[C#]
string GetObjectHelpURL();
[Visual C++]
// Returns the URL to where Object Help is
// stored on the Galaxy Repository.
// The client can display the URL in
// InternetExplorer or use web publishing
// to change the data.
HRESULT GetObjectHelpURL(
// Returns the URL to where the Object Help is
//stored on the GR.
[out, retval] BSTR*
);