Summary
Initializes the component.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- IBaseIssueComponent
<T>
Syntax
bool Initialize(T settings)
Parameters
Name | Type | Description |
---|---|---|
settings | T | The settings. |
Return Value
Type | Description |
---|---|
bool | true if the initialization was successful, false otherwise. |