Click or drag to resize
Sandcastle Help File BuilderFolderPath Properties

The FolderPath type exposes the following members.

Properties
  NameDescription
Public propertyBasePath
This returns the base path for the object
(Inherited from FilePath.)
Public propertyBasePathProvider
This is used to get the base path provider for the object.
(Inherited from FilePath.)
Public propertyExists
This read-only property can be used to determine whether or not the folder path exists.
(Overrides FilePathExists.)
Public propertyExpandedPath
This read-only property is used to display the fully qualified path with environment variable expansions in the designer.
(Inherited from FilePath.)
Public propertyIsFixedPath
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.
(Inherited from FilePath.)
Public propertyCode examplePath
This is used to get or set the path.
(Overrides FilePathPath.)
Public propertyPersistablePath
This is used to retrieve the file path in a format suitable for persisting to storage based on the current settings.
(Inherited from FilePath.)
Top
See Also