| ICustomProcessorPostprocessSerializedObject Method | 
            Amends serializedObject after it was processed by InfoSerializer.
            
 
Namespace: CMS.ContinuousIntegration.InternalAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
 Syntax
Syntaxvoid 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.
 Remarks
RemarksThe method should never throw an exception.
 See Also
See Also