Note.GetNoteHeaders Method
Public Shared Function GetNoteHeaders( _
ByVal type As NoteTarget, _
ByVal source_id As EntityID, _
ByVal from_date As Date, _
ByVal to_date As Date, _
ByVal db As IDatabase _
) As List(Of NoteHeader)
This language is not supported or no code example is available.
public static List<NoteHeader> GetNoteHeaders(
NoteTarget type,
EntityID source_id,
DateTime from_date,
DateTime to_date,
IDatabase db
)
This language is not supported or no code example is available.
public:
static List<NoteHeader^>^ GetNoteHeaders(
NoteTarget type,
EntityID^ source_id,
DateTime from_date,
DateTime to_date,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- type
- NoteTarget
- source_id
- EntityID
the source id
- from_date
- DateTime
when to search from
- to_date
- DateTime
when to search until
- db
- IDatabase
the db connection to use
Return Value
List<NoteHeader>the list of notes