Click or drag to resize

PFExcelDataExporter_SourceSynchronizeData Property

Gets or sets a value indicating whether source should be network synchronised from excel to Packflow.
Note Note
This only applies to View selection. Network data synchronization for content-type selection is not implemented yet.

Namespace:  Packflow.Interface.Office
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public bool SynchronizeData { get; set; }

Property Value

Type: Boolean
true if source is network synchronized when in Excel; otherwise, false.
See Also