Click or drag to resize
UIContextHelperGetDocumentationSearchUrlPattern Method

Note: This API is now obsolete.

Gets URL pattern for product documentation search. Pass searched text as 0th substitution.

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

Return Value

Type: String
URL pattern for product documentation search
See Also