SharingButtons
list and update all the sharing buttons for a site.
Table Specific Information
SELECT
The add-in processes all the filters client-side within the add-in.
SELECT * FROM SharingButtons
Columns
| Name | Type | References | Description |
| ID [KEY] | String | The unique identifier assigned to the sharing button. | |
| HasCustomButton | Bool | Indicates whether the button is a custom sharing option created by the user rather than a default service-provided button. | |
| HasSharingButtonEnabled | Bool | Indicates whether the sharing button is currently enabled and visible on the site. | |
| Genericon | String | The Genericon icon name associated with the sharing button's visual style. | |
| Name | String | The display name of the sharing service or button (for example, Twitter or Facebook). | |
| Shortname | String | The short identifier or slug used internally to represent the sharing service (for example, twitter or facebook). | |
| Visibility | String | Specifies where the sharing button appears on the site interface, such as visible or hidden. |