TopicFile Class

This class represents a conceptual content topic file

Definition

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public class TopicFile
Inheritance
Object    TopicFile

Constructors

TopicFile Constructor

Properties

ContentFile This is used to get or set the file build item
DocumentType This read-only property is used to get the document type
ErrorMessage This read-only property is used to return the error message if DocumentType returns Invalid.
FullPath Get the full path to the file
Id This is used to get the unique ID of the topic
Name Get the name of the file without the path
RevisionNumber This is used to get the topic's revision number

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)
GetReferencedNamespaces This is used to get an enumerable list of unique namespaces referenced in the topic
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ParseContent This will parse the file content and extract the document type, unique ID, and revision number
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also