Table of Contents

Class ContentTypeQueryParametersUrlExtensions

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Content type query parameters extension methods related to web page URLs.

public static class ContentTypeQueryParametersUrlExtensions
Inheritance
object
ContentTypeQueryParametersUrlExtensions

Methods

UrlPathColumns(ContentTypeQueryParameters)

Configures URL path columns to be selected.

public static ContentTypeQueryParameters UrlPathColumns(this ContentTypeQueryParameters parameters)

Parameters

parameters ContentTypeQueryParameters

Content type query parameters.

Returns

ContentTypeQueryParameters

Remarks

The method is used to further parametrize the content query by configuring required columns (WebPageItemID, WebPageItemTreePath, WebPageUrlPath and ContentItemCommonDataContentLanguageID) needed to retrieve the web page URL using Retrieve(int, string, bool, CancellationToken).