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

Delete a note by passing the noteId

Namespace:  OfficeClip.DBLayer.OfficePortal
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void DeleteNote(
	int noteId,
	int userId
)
Visual Basic (Declaration)
Public Sub DeleteNote ( _
	noteId As Integer, _
	userId As Integer _
)
Visual C++
public:
void DeleteNote(
	int noteId, 
	int userId
)

Parameters

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

See Also