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 [DataContractAttribute]
public enum PFQueryFieldsMode
Members
| Member name | Value | Description |
---|
| AllFields | 0 |
All possible fields.
|
| AllFieldsWithtoutCustomFields | 1 |
All possible fields, excepting fields specified in the CustomFields list.
|
| CommonFieldsPlusCustomFields | 2 |
Fields common to all targeted content, plus fields specified in the CustomFields list.
|
| CommonFields | 3 |
Fields common to all targeted content.
|
| CommonFieldsWithoutCustomFields | 4 |
Fields common to all targeted content, excepting fields specified in the CustomFields list.
|
| CustomFields | 5 |
Fields specified in the CustomFields list.
|
See Also