| SandcastleProjectFindFile Method |
This is used to locate a file by name in the project
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public FileItem FindFile(
string fileToFind
)
Public Function FindFile (
fileToFind As String
) As FileItem
public:
FileItem^ FindFile(
String^ fileToFind
)
member FindFile :
fileToFind : string -> FileItem
Parameters
- fileToFind
- Type: SystemString
The fully qualified file path to find
Return Value
Type:
FileItemThe file item if found or null if not found
See Also