[This is preliminary documentation and is subject to change.]

The constructor which implements the ISerializable interface.

Namespace:  OfficeClip.BusinessLayer.OfficePortal.CorpMenu
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public MenuInfo(
	SerializationInfo info,
	StreamingContext context
)
Visual Basic (Declaration)
Public Sub New ( _
	info As SerializationInfo, _
	context As StreamingContext _
)
Visual C++
public:
MenuInfo(
	SerializationInfo^ info, 
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization..::.SerializationInfo
The object which contains the serialization info.
context
Type: System.Runtime.Serialization..::.StreamingContext
The source serialized stream from where the object values are read.

See Also