Click or drag to resize
UIContextHelperGetDocumentationTopicUrl Method

Note: This API is now obsolete.

Gets URL for product documentation topic. Topic is either a topic ID, or an absolute URL.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Use CMS.Helpers.DocumentationHelper.GetDocumentationTopicUrl(string topic)")]
public static string GetDocumentationTopicUrl(
	string topic
)

Parameters

topic
Type: SystemString
Topic identifier or permanent link to documentation topic.

Return Value

Type: String
URL for product documentation topic
See Also