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

constructor

Namespace:  OfficeClip.BusinessLayer.Extranet.User
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public NoteDetail(
	int noteId,
	string createdBy,
	string created,
	string noteText
)
Visual Basic (Declaration)
Public Sub New ( _
	noteId As Integer, _
	createdBy As String, _
	created As String, _
	noteText As String _
)
Visual C++
public:
NoteDetail(
	int noteId, 
	String^ createdBy, 
	String^ created, 
	String^ noteText
)

Parameters

noteId
Type: System..::.Int32
The unique id of the note
createdBy
Type: System..::.String
E-mail address of user creating the note.
created
Type: System..::.String
Date string identifying when the note was created.
noteText
Type: System..::.String
The text of the note created.

See Also