Ensures that a note exists, if not creates a new one. Used primarily for uploading files, where file upload can be performed before the note is entered.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
SnNoteEntity EnsureNoteExists(
	Guid noteId
)
Visual Basic
Function EnsureNoteExists ( 
	noteId As Guid
) As SnNoteEntity
Visual C++
SnNoteEntity^ EnsureNoteExists(
	Guid noteId
)
F#
abstract EnsureNoteExists : 
        noteId : Guid -> SnNoteEntity 

Parameters

noteId
Type: System..::..Guid
Note id.

Return Value

Type: SnNoteEntity
Note retrieved by its primary id.

See Also