DocumentationHelperGetDocumentationTopicUrlInternal 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: 11.0.0
Syntax protected virtual string GetDocumentationTopicUrlInternal(
string topic
)
Parameters
- topic
- Type: SystemString
Topic identifier or permanent link to documentation topic.
Return Value
Type:
StringURL for product documentation topic
See Also