| DocumentationHelperGetDocumentationTopicUrl Method  | 
            Gets URL for product documentation topic. Topic is either a topic ID, or an absolute URL.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntaxpublic 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