Click or drag to resize

PFWidget_QuickAccessFilteringFieldNames Property

Gets or sets the list of filtered fields.

If a field is not found in any target content-types, an exception is thrown.

If a field is found in some target content-types, it will obviously only be applied when its possible.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public List<string> FilteringFieldNames { get; set; }

Property Value

Type: ListString
See Also