Skip to main content

ASPxClientAppointment.AddResource(resourceId) Method

Adds a resource to the collection of resources associated with the client appointment.

Declaration

AddResource(
    resourceId: string
): void

Parameters

Name Type Description
resourceId string

An object, representing the resource id.

See Also