Click or drag to resize

PFItemExternalConnection_Synchronize Method

Synchronizes this item's data properties with its external content.

Note: this does NOT save the item.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void ExternalConnection_Synchronize()
Exceptions
ExceptionCondition
InvalidStateExceptionThis item is not synchronized with an external source.
See Also