# GraffitiSlideshowItem
Class
## Constants
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| GraffitiSuiteVersion | String | 64.1 | (None) |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | URL as String <br> Title as String = "" <br> Content as String = "" | (None) | Creates a new instance of the class. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Attributes | mOwner | GraffitiUpdateInterface | (None) |
| CaptionOpaque | Boolean | (None) | When True, the caption area will have an opaque background that is styles according to the currently applied Bootstrap theme. |
| Content | String | (None) | Content of the item's caption area. |
| ContentIndicator | WebUIControl.Indicators | (None) | Bootstrap class applied to the content text. |
| ID | String | (None) | (None) |
| SelectionIndicator | WebUIControl.Indicators | (None) | Bootstrap class applied to the slide's selection button. |
| Title | String | (None) | Caption title |
| TitleIndicator | WebUIControl.Indicators | (None) | Bootstrap class applied to the title. |
| URL | String | (None) | URL to the image for this item. Use WebFile. URL for local files. |