IsContainer Criterion¶
The IsContainer Search Criterion searches for content items based on whether they are containers (i.e., can contain other content items).
Arguments¶
value– boolean (optional, default:true). Iftrue, searches for content that is a container. Iffalse, searches for content that is not a container.
Example¶
You can use this Search Criterion over the REST API, in the payload of the POST /views request:
1 2 3 4 5 | |
1 2 3 4 5 | |