API Reference > presentation-common > Content > ContentFlags ContentFlags Enumeration Flags that control content format. Members Name Value Description KeysOnly 1 << 0 Each content record only has ContentFlags.InstanceKey and no data ShowImages 1 << 1 Each content record additionally has an image id ShowLabels 1 << 2 Each content record additionally has a display label MergeResults 1 << 3 All content records are merged into a single record (see Merging values) DistinctValues 1 << 4 Content has only distinct values NoFields 1 << 5 Doesn't create property or calculated fields. Can be used in conjunction with ContentFlags.ShowLabels. Defined in presentation/common/src/content/Descriptor.ts Line 62 Last Updated: 13 June, 2024