Click or drag to resize

PFApplicationEventsContentType_Synchronized Method

Method called when an external connection has been synchronized on a content-type.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public virtual void ContentType_Synchronized(
	PFContentType contentType,
	PFExternalConnection connection
)

Parameters

contentType
Type: Packflow.CorePFContentType
The synchronized content-type.
connection
Type: Packflow.CorePFExternalConnection
The external connection.
See Also