IWebLinkServiceGetHelpLink Method |
Generates a help link using the format specified by the
HelpLinkUriFormat
configuration setting.
Namespace:
Dundas.BI.Services
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax Uri? GetHelpLink(
string topicReference
)
Function GetHelpLink (
topicReference As String
) As Uri
Uri^ GetHelpLink(
String^ topicReference
)
abstract GetHelpLink :
topicReference : string -> Uri
Parameters
- topicReference
- Type: SystemString
The topic reference.
Return Value
Type:
Uri
The generated help link, or
if
topicReference contains invalid
characters or the
HelpLinkUriFormat configuration setting a value which
couldn't be interpreted as a URI.
See Also