ThemeStyleIds Property

Gets the IDs of the styles associated with this theme.

Namespace:  Dundas.BI.Entities.Views.Styles
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public IList<Guid> StyleIds { get; }

Property Value

Type: IListGuid
The style IDs.
See Also