ASPxClientSchedulerStorageControl.GetResourceById(onSuccess, resourceId) Method
Returns the resource by its ID.
Declaration
GetResourceById(
onSuccess: (arg: string) => void,
resourceId: string
): void
Parameters
Name | Type | Description |
---|---|---|
onSuccess | (arg: string) => void | A handler of a function which will receive and process the properties’ values. |
resourceId | string | A string value specifying the resource ID. |
See Also