Click or drag to resize
DocumentationHelperGetDocumentationTopicUrl Method
Gets URL for product documentation topic. Topic is either a topic ID, or an absolute URL.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
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