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.1.0.1001)
Syntax
Uri? GetHelpLink(
	string topicReference
)

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