Table of Contents

Class RetrieveContentOfContentTypesQueryParameters

Namespace
Kentico.Content.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Parameters for retrieving content items of multiple types with fluent API for configuring of the underlying query. IContentRetriever

public sealed class RetrieveContentOfContentTypesQueryParameters : RetrieveMultipleQueryParametersBase<RetrieveContentOfContentTypesQueryParameters>
Inheritance
object
RetrieveContentOfContentTypesQueryParameters
Inherited Members
Extension Methods

Methods

InSmartFolder(Guid)

Filters the query to return only content items that are in the specified smart folder.

public RetrieveContentOfContentTypesQueryParameters InSmartFolder(Guid smartFolderGuid)

Parameters

smartFolderGuid Guid

Guid of the smart folder.

Returns

RetrieveContentOfContentTypesQueryParameters

Returns this RetrieveContentOfContentTypesQueryParameters instance to chain further configuration.

InSmartFolder(int)

Filters the query to return only content items that are in the specified smart folder.

public RetrieveContentOfContentTypesQueryParameters InSmartFolder(int smartFolderId)

Parameters

smartFolderId int

Id of the smart folder.

Returns

RetrieveContentOfContentTypesQueryParameters

Returns this RetrieveContentOfContentTypesQueryParameters instance to chain further configuration.

InSmartFolder(string)

Filters the query to return only content items that are in the specified smart folder.

public RetrieveContentOfContentTypesQueryParameters InSmartFolder(string smartFolderName)

Parameters

smartFolderName string

Name of the smart folder.

Returns

RetrieveContentOfContentTypesQueryParameters

Returns this RetrieveContentOfContentTypesQueryParameters instance to chain further configuration.