FileLinkOptionalSettingsBuilder.

WithRootPath(string) Method

Summary

Sets the root path for the files.

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