Class RetrievePagesOfContentTypesQueryParameters
Parameters for retrieving web pages of specified content types with fluent API for configuring of the underlying query. IContentRetriever
public sealed class RetrievePagesOfContentTypesQueryParameters : RetrieveMultipleQueryParametersBase<RetrievePagesOfContentTypesQueryParameters>
- Inheritance
-
objectRetrievePagesOfContentTypesQueryParameters
- Inherited Members
- Extension Methods
Methods
UrlPathColumns()
Configures URL path columns to be selected.
public RetrievePagesOfContentTypesQueryParameters UrlPathColumns()
Returns
- RetrievePagesOfContentTypesQueryParameters
Returns RetrievePagesOfContentTypesQueryParameters instance to chain further configuration.
Remarks
In case you set the parameter IncludeUrlPath to false
, calling this method is not supported.
The method is used to further parametrize the content query by configuring required columns (WebPageItemID, WebPageItemTreePath, WebPageUrlPath, WebPageItemWebsiteChannelId and ContentItemCommonDataContentLanguageID) needed to retrieve the web page URL using Retrieve(int, string, bool, CancellationToken).