Class DocumentList.FromAppointment
FromContact contains the different methods to create a PersonList.
Inheritance
DocumentList.FromAppointment
Implements
Inherited Members
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.dll
Syntax
public sealed class DocumentList.FromAppointment : DocumentList.DocumentListQuery, ICloneable
Constructors
FromAppointment(int)
Constructor. This constructor creates a DocumentList based on the appointment_id.
Declaration
public FromAppointment(int appointmentId)
Parameters
Type | Name | Description |
---|---|---|
int | appointmentId | The appointment we want to base the DocumentList on. |