Click or drag to resize

PFQueryFieldsMode Enumeration

Describes how a query should determine which values are selected as output.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DataContractAttribute]
public enum PFQueryFieldsMode
Members
  Member nameValueDescription
AllFields0 All possible fields.
AllFieldsWithtoutCustomFields1 All possible fields, excepting fields specified in the CustomFields list.
CommonFieldsPlusCustomFields2 Fields common to all targeted content, plus fields specified in the CustomFields list.
CommonFields3 Fields common to all targeted content.
CommonFieldsWithoutCustomFields4 Fields common to all targeted content, excepting fields specified in the CustomFields list.
CustomFields5 Fields specified in the CustomFields list.
See Also