Click or drag to resize

PFQueryCustomFields Property

Gets or sets the list of custom fields, impacting which values are selected.

Important: the use of this list depends on the value of FieldsMode.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DataMemberAttribute]
public List<string> CustomFields { get; set; }

Property Value

Type: ListString
See Also