Summary
Sets the root path for the files.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues .FileLinking - Containing Type
- File
Link Optional Settings Builder
Syntax
public FileLinkSettings WithRootPath(string rootPath)
Parameters
Name | Type | Description |
---|---|---|
rootPath | string | Root path for the files.
null if files are in the root of the repository. |
Return Value
Type | Description |
---|---|
FileLinkSettings | Object for creating the file link. |