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

Construct a note object from the note id

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

Syntax

C#
public OCNote(
	int noteId
)
Visual Basic (Declaration)
Public Sub New ( _
	noteId As Integer _
)
Visual C++
public:
OCNote(
	int noteId
)

Parameters

noteId
Type: System..::.Int32
The unique id of the note

See Also