Click or drag to resize

PFItemEventSetTechnicalInformation Method

Sets an object containing technical information about this event. The object will be serialized in the SerializedTechnicalInformation property before Save.

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 SetTechnicalInformation(
	Object technicalInformationObject
)

Parameters

technicalInformationObject
Type: SystemObject
See Also