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.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax [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:
StringURL for product documentation topic
See Also