This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.
Summary
Initializes the component.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- BaseIssueComponent
<T>
Syntax
public virtual 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. |