PFMixedFieldAvailability Enumeration |
Namespace: Packflow.Core
public enum PFMixedFieldAvailability
Member name | Value | Description | |
---|---|---|---|
Disabled | 0 |
The field cannot be used in the view at all.
Typically happens when the field type is not the same for all fields. | |
DisplayOnly | 1 |
Values can only be displayed, other uses like filters, groups, aggregations, ... are not possible.
Happens when all target content-types do not contain the field. | |
Full | 2 | Full use is possible. Fields have a common type (and target for choice fields). |