ConceptualContentSettings Class

This class is used to hold the conceptual content settings for a project during a build

Definition

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

Constructors

Properties

CodeSnippetFiles This is used to get the conceptual content code snippet files
ContentLayoutFiles This is used to get the conceptual content layout files
ImageFiles This is used to get the conceptual content image files
TokenFiles This is used to get the conceptual content token files
Topics This is used to get a collection of the conceptual content topics

Methods

CopyContentFiles This is used to copy the additional content token, image, and topic files to the build folder
CreateConfigurationFiles This is used to create the conceptual content build configuration files
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)
SaveImageSharedContent Write the image reference collection to a map file ready for use by BuildAssembler
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also