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.Talend.
Summary
Gets the ID of a task, given its name.
- Assembly
- Cake
.Talend .dll - Namespace
- Cake
.Talend - Containing Type
- Talend
Admin Api Aliases
Syntax
public static int GetTaskIdByName(this ICakeContext context, string taskName, TalendAdminApiSettings settings)
Attributes
| Type | Description |
|---|---|
| Cake |
|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | |
| taskName | string | |
| settings | Talend |
Return Value
| Type | Description |
|---|---|
| int |
