API Reference

Sections

Theme switcher

SiteDevicesFilterDisplayNameContains

SiteDevicesFilterDisplayNameContains

caseSensitiveboolean

When true, filter should return results based on searchString being case-sensitive. Default behavior is false, returning results based on searchString being case-generic.

searchStringlistfiltersearchstring Required

String value that should be contained within a device's displayName for that device to return in the list. Value may contain alpha-numeric, space ( ), and hyphen (-) characters only. Value may not be empty string.

Was this section helpful?
1 2 3 4 { "caseSensitive": false, "searchString": null }
Was this section helpful?