Description
Returns a localized (language specific) help context for a named feature.
-
Return Type
-
A Long value.
-
Syntax
-
object.LocalizedHelpId (Text, [Module])
The LocalizedHelpId Method syntax has these parts: |
| object | An expression evaluating to an object of type McApplication. | | Text | Required. A String value. The name of a feature.
| | Module | Optional. A String value. A module name used to localize the help context.
| Remarks
This function can be used to provide Module specific, localized context sensitive help.
|