Content File Class
This represents a content file such as a token file, code snippet file, image, etc.
Definition
Namespace: Sandcastle.Core.ConceptualContent
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#
public class ContentFileVB
Public Class ContentFileC++
public ref class ContentFileF#
type ContentFile = class end- Inheritance
- Object ContentFile
Constructors
| ContentFile | Constructor |
Properties
| BasePathProvider | This read-only property is used to get the base path provider |
| ContentFileProvider | This is used to get or set a provider that can be used to obtain content files from a project or some other source. |
| Filename | This read-only property is used to get the content filename without the path |
| FullPath | This is used to get or set the full path to the content file |
| Language | This read-only property returns the language of the content file |
| LinkPath | This is used to get or set the link path to the content file (the project-relative location) |
| PersistablePath | This read-only property is used to get the persistable path to the content item (the path relative to the project folder) |
| SortOrder | This is used to get or set the sort order for site map and content layout files |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |