PFExcelDataExporter_SourceSynchronizeData Property |
Gets or sets a value indicating whether source should be network synchronised from excel to Packflow.
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 public bool SynchronizeData { get; set; }
Property Value
Type:
Booleantrue if source is network synchronized when in Excel; otherwise,
false.
See Also