ASPxClientAppointment.GetResource(index) Method
Gets the resource associated with the client-side appointment by its index.
Declaration
GetResource(
index: number
): string
Parameters
| Name | Type | Description |
|---|---|---|
| index | number | The resource’s index. |
Returns
| Type | Description |
|---|---|
| string | The resource. |
Remarks
If the AppointmentStorageBase.ResourceSharing is false, you can access only one resource of a particular appointment.
Use the ASPxClientAppointment.AddResource method to add resources to the collection associated with the client appointment.
See Also