Method GetFinishByCode
GetFinishByCode(string)
Gets the finish with given code from the finishes available for the finish type.
Declaration
public Appli.CatalogFinish GetFinishByCode(string finishCode)
Parameters
| Type | Name | Description |
|---|---|---|
| string | finishCode |
Returns
| Type | Description |
|---|---|
| Appli.CatalogFinish |
Exceptions
| Type | Condition |
|---|---|
| KeyNotFoundException | is thrown when given code wasn't found |