CMSAbstractTransformationSearchResultUrl Method |
Returns URL for current search result.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
Syntax public string SearchResultUrl(
bool absolute = false,
bool addLangParameter = true
)
Parameters
- absolute (Optional)
- Type: SystemBoolean
Indicates whether generated URL should be absolute. False by default. - addLangParameter (Optional)
- Type: SystemBoolean
Adds culture specific query parameter to the URL if more than one culture version exists. True by default.
Return Value
Type:
StringSee Also