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
- FileLink Optional Settings Builder 
Syntax
public FileLinkSettings WithRootPath(string rootPath)Parameters
| Name | Type | Description | 
|---|---|---|
| rootPath | string | Root path for the files. nullif files are in the root of the repository. | 
Return Value
| Type | Description | 
|---|---|
| FileLinkSettings | Object for creating the file link. | 
