Get all note headers between a specific set of dates - assumes UTC time

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

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
Type: NoteTarget

source_id
Type: EntityID

the source id

from_date
Type: DateTime

when to search from

to_date
Type: DateTime

when to search until

db
Type: IDatabase

the db connection to use

Return Value

Type: 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