[]
Initializes a new instance of the ThemeLocator type from a string representing a theme locator.
public C1ThemeLocator(string themeLocator)
Type | Name | Description |
---|---|---|
string | themeLocator | The string representing a theme locator, e.g. "builtin:GreenHouse". |
Initializes a new instance of the ThemeLocator type from a location type and a theme name.
public C1ThemeLocator(C1ThemeLocator.LocationType locationType, string themeName)
Type | Name | Description |
---|---|---|
C1ThemeLocator.LocationType | locationType | The theme location type. |
string | themeName | The theme name, e.g. "GreenHouse". |