Table of Contents

FilePath.IsFixedPath Property

Definition

Namespace
Sandcastle.Core
Assembly
Sandcastle.Core.dll

This is used to indicate whether or not the path will be treated as a relative or fixed path when converted retrieved via the PersistablePath property.

public bool IsFixedPath { get; set; }

Property Value

bool

If true, the path is returned as a fixed path when retrieved. If false, it is returned as a path relative to the current value of the BasePath property.