Note.GetNoteHeaders Method

Get all note headers between a specific set of dates - assumes UTC time
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.
JScript does not support generic types and methods.
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

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition