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

Constructor to load the values of the object

Namespace:  OfficeClip.BusinessLayer.Service
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public OCNote(
	NoteInfo noteInfo
)
Visual Basic (Declaration)
Public Sub New ( _
	noteInfo As NoteInfo _
)
Visual C++
public:
OCNote(
	NoteInfo^ noteInfo
)

Parameters

noteInfo
Type: OfficeClip.BusinessLayer.OfficePortal..::.NoteInfo
The note info to load values in the object

See Also