Click or drag to resize

ImportProfileSerializerSerialize Method

Serializes import profile to XML document

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public XmlDocument Serialize(
	DataObject importProfile,
	bool includeAuthoritativeData = false
)

Parameters

importProfile
Type: Omada.OE.ModelDataObject
includeAuthoritativeData (Optional)
Type: SystemBoolean

Return Value

Type: XmlDocument
See Also