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

Parameters

topicReference  String
The topic reference.

Return Value

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