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

Last Updated: 08 January, 2020