Click or drag to resize

PFMixedFieldAvailability Enumeration

Describes how a field can be used through multiple content-types, based on a common name.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PFMixedFieldAvailability
Members
  Member nameValueDescription
Disabled0 The field cannot be used in the view at all.

Typically happens when the field type is not the same for all fields.

DisplayOnly1 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.

Full2 Full use is possible. Fields have a common type (and target for choice fields).
See Also