ContentFile Class

This represents a content file such as a token file, code snippet file, image, etc.

Definition

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public class ContentFile
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
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

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also