Property this
this[CatalogFinishType]
Allows to access a finish by its finish type.
Declaration
public Appli.CatalogFinish this[Appli.CatalogFinishType finishType] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
Appli.CatalogFinishType | finishType |
Property Value
Type | Description |
---|---|
Appli.CatalogFinish |
Exceptions
Type | Condition |
---|---|
Sdk2Exception | Thrown if the given finish doesn't exist in the finishes config. |