countResourceTypes( )


Counts resource types, given the provided filtering.

Refer to the supported filters article (SDK | REST) for a complete list of supported filters.

Method Declaration
Copy
Method Parameters
optionsCountResourceTypesOptions

Filter to base the count on. See queryResourceTypes() for supported filters.

Returns
Return Type:Promise<CountResourceTypesResponse>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?