Click or drag to resize
EntityModelGetObjectData Method
This method supports the .NET Framework serialization process.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax
C#
public void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
An instance of the SerializationInfo class.
context
Type: System.Runtime.SerializationStreamingContext
An instance of the StreamingContext class.

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)
See Also