NotesGetStatusValid Method
Get a valid status for the note type.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static NoteStatus GetStatusValid(
NoteType noteType,
NoteStatus noteStatus
)
Public Shared Function GetStatusValid (
noteType As NoteType,
noteStatus As NoteStatus
) As NoteStatus
- noteType NoteType
- NoteType with the note type.
- noteStatus NoteStatus
- NoteStatus with the note status.
NoteStatusNoteStatus with the status for the note type.