Click or drag to resize
Sandcastle Help File BuilderFolderPath Methods

The FolderPath type exposes the following members.

Methods
  NameDescription
Public methodClone
This returns a clone of the object
(Inherited from FilePath.)
Public methodEquals
This is overridden to allow proper comparison of file path objects.
(Inherited from FilePath.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Get a hash code for the file path object
(Inherited from FilePath.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsPathTerminated
This can be used to find out if a path is terminated with a trailing backslash.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnPersistablePathChanged
This raises the PersistablePathChanged event
(Inherited from FilePath.)
Protected methodOnPersistablePathChanging
This raises the PersistablePathChanging event
(Inherited from FilePath.)
Public methodStatic memberTerminatePath
This can be used to ensure that a path is terminated with a trailing backslash.
Public methodToString
Convert the file path to a string
(Inherited from FilePath.)
Top
See Also