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
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. |
