Click or drag to resize

PFItemExternalConnection_SynchronizeValidation Method

Checks if the item can be synchronized with its external source by the current user. Called for the method ExternalConnection_Synchronize in the batch action feature.

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_SynchronizeValidation(
	bool forceSave = false
)

Parameters

forceSave (Optional)
Type: SystemBoolean
See Also