ISandcastleProjectFindFile Method
This is used to locate a file by name in the project
Namespace: Sandcastle.Core.ProjectAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
IFileItem FindFile(
string fileToFind
)
Function FindFile (
fileToFind As String
) As IFileItem
IFileItem^ FindFile(
String^ fileToFind
)
abstract FindFile :
fileToFind : string -> IFileItem
- fileToFind String
- The fully qualified file path to find
IFileItemThe file item if found or null if not found