MkDocsTool<TSettings>.

GetToolExecutableNames() Method

Summary

Gets the possible names of the tool executable.
Assembly
Cake.MkDocs.dll
Namespace
Cake.MkDocs
Containing Type
MkDocsTool<TSettings>

Syntax

protected override IEnumerable<string> GetToolExecutableNames()

Attributes

Type Description
IteratorStateMachineAttribute

Return Value

Type Description
IEnumerable<string> The tool executable name (mkdocs, mkdocs.exe).