Click or drag to resize

PFItemExternalConnection_SynchronizeAndSave Method

Synchronizes this item's data properties with its external content, then saves the item if the synchronization changed any value.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[PFItemBatchAction(IconName = "exchange", DisplayName_TranslationKey = "SyncMultipleWithExternalSource", 
	ValidationMethodName = "ExternalConnection_SynchronizeValidation")]
public void ExternalConnection_SynchronizeAndSave(
	[ParamTitleTranslation("ForceSave")] bool forceSave = false
)

Parameters

forceSave (Optional)
Type: SystemBoolean
Exceptions
ExceptionCondition
InvalidStateExceptionThis item is not synchronized with an external source.
See Also