Click or drag to resize

ImportableMappableFieldWrapper.Path Property

Gets or sets the path along which the field is reached. The actual field is also part of this path

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImport
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public List<ImportableField> Path { get; }

Property Value

Type: List<ImportableField>
See Also