Click or drag to resize

DatabaseClassGetAppointment Method

Get an Appointment object by id. Returns an error if the appointment is hidden by sentry rules.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public virtual SOAppointment GetAppointment(
	int AppointmentId
)

Parameters

AppointmentId
Type: SystemInt32

Return Value

Type: SOAppointment

Implements

IDatabaseGetAppointment(Int32)
See Also