Class RetrieveContentOfReusableSchemasQueryParameters
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
-
objectRetrieveContentOfReusableSchemasQueryParameters
- 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
GuidGuid 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
intId 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
stringName of the smart folder.
Returns
- RetrieveContentOfReusableSchemasQueryParameters
Returns this RetrieveContentOfReusableSchemasQueryParameters instance to chain further configuration.