ISandcastle ProjectFind File Method
This is used to locate a file by name in the project
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The file item if found or null if not found
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
IFileItem FindFile(
string fileToFind
)VB
Function FindFile (
fileToFind As String
) As IFileItemC++
IFileItem^ FindFile(
String^ fileToFind
)F#
abstract FindFile :
fileToFind : string -> IFileItem Parameters
- fileToFind String
- The fully qualified file path to find
Return Value
IFileItemThe file item if found or null if not found