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 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.
Remarks The method should never throw an exception.
See Also