ContentFile Class
Definition
- Namespace
- Sandcastle.Core.ConceptualContent
- Assembly
- Sandcastle.Core.dll
This represents a content file such as a token file, code snippet file, image, etc.
public class ContentFile
- Inheritance
-
ContentFile
Constructors
| ContentFile(FilePath) |
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 |