ASPxClientAppointment.AddResource(resourceId) Method
In This Article
Adds a resource to the collection of resources associated with the client appointment.
#Declaration
TypeScript
AddResource(
resourceId: string
): void
#Parameters
Name | Type | Description |
---|---|---|
resource |
string | An object, representing the resource id. |
See Also