Click or drag to resize

PFExcelDataExporter_SourceFields Property

Gets or sets the fields to display when selecting a content-type.

View selection will use view fields instead.

Namespace:  Packflow.Interface.Office
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
[IgnoreDataMemberAttribute]
public List<PFField> Fields { get; set; }

Property Value

Type: ListPFField
See Also