ContentFileFullPath Property
This is used to get or set the full path to the content file
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public string FullPath { get; }
Public ReadOnly Property FullPath As String
Get
public:
property String^ FullPath {
String^ get ();
}
member FullPath : string with get
Property Value
String This returns the path to the file's true location. For linked items, this path will differ
from the
LinkPath which returns the project-relative location.