Table of Contents

Class RetrieveContentOfReusableSchemasQueryParameters

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

Parameters for retrieving content items of reusable schemas with fluent API for configuring of the underlying query. IContentRetriever

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

Methods

InSmartFolder(Guid)

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

public RetrieveContentOfReusableSchemasQueryParameters InSmartFolder(Guid smartFolderGuid)

Parameters

smartFolderGuid Guid

Guid of the smart folder.

Returns

RetrieveContentOfReusableSchemasQueryParameters

Returns this RetrieveContentOfReusableSchemasQueryParameters instance to chain further configuration.

InSmartFolder(int)

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

public RetrieveContentOfReusableSchemasQueryParameters InSmartFolder(int smartFolderId)

Parameters

smartFolderId int

Id of the smart folder.

Returns

RetrieveContentOfReusableSchemasQueryParameters

Returns this RetrieveContentOfReusableSchemasQueryParameters instance to chain further configuration.

InSmartFolder(string)

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

public RetrieveContentOfReusableSchemasQueryParameters InSmartFolder(string smartFolderName)

Parameters

smartFolderName string

Name of the smart folder.

Returns

RetrieveContentOfReusableSchemasQueryParameters

Returns this RetrieveContentOfReusableSchemasQueryParameters instance to chain further configuration.