All Classes Namespaces Functions Properties Pages
Properties | List of all members
NoteFilter Class Reference

More...

Properties

DateTime From [get, set]
 Gets or sets from date. This field is optional. More...
 
short NoteStatus [get, set]
 Gets or sets the note status. More...
 
DateTime To [get, set]
 Gets or sets to date. This field is optional. More...
 

Description

Represents the filter to retrieve the notes.

Property Documentation

DateTime From
getset

Gets or sets from date. This field is optional.

From Date.

short NoteStatus
getset

Gets or sets the note status.

The note status.The valid values are 0,1 and 2. 0- retrieves all the notes, 1- retrieves all the unread notes and 2- retrieves all read notes.

DateTime To
getset

Gets or sets to date. This field is optional.

To Date.