Home > @tridion-sites/open-api-client > ListDetails
Specifies the level of details of list entries.
Members: * IdAndTitleOnly
- Include only the Id and Title properties.
* WithApplicableActions
- Include several properties, including .
* Contentless
- Include all but “expensive” properties (exclude custom content/metadata, for example).
Signature:
export declare enum ListDetails
Member | Value | Description |
---|---|---|
CONTENTLESS | "Contentless" |
|
ID_AND_TITLE_ONLY | "IdAndTitleOnly" |
|
WITH_APPLICABLE_ACTIONS | "WithApplicableActions" |