IFile ItemInclude Path Property
This is used to get or set the filename (the Include path)
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
FilePath IncludePath { get; set; }VB
Property IncludePath As FilePath
Get
SetC++
property FilePath^ IncludePath {
FilePath^ get ();
void set (FilePath^ value);
}F#
abstract IncludePath : FilePath with get, set