Click or drag to resize
CustomProcessorBasePostprocessSerializedObject Method
Amends serializedObject after it was processed by InfoSerializer.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public abstract void PostprocessSerializedObject(
	BaseInfo infoObject,
	string infoRelativePath,
	XmlElement serializedObject
)

Parameters

infoObject
Type: CMS.DataEngineBaseInfo
Object that was serialized into serializedObject.
infoRelativePath
Type: SystemString
(Main) Path the serializedObject will be stored in.
serializedObject
Type: System.XmlXmlElement
Serialization form of the infoObject.

Implements

ICustomProcessorPostprocessSerializedObject(BaseInfo, String, XmlElement)
Remarks
The method should never throw an exception.
See Also