Click or drag to resize
Sandcastle Help File BuilderConceptualContentSettings Class
This class is used to hold the conceptual content settings for a project during a build
Inheritance Hierarchy
SystemObject
  SandcastleBuilder.Utils.ConceptualContentConceptualContentSettings

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public class ConceptualContentSettings

The ConceptualContentSettings type exposes the following members.

Constructors
  NameDescription
Public methodConceptualContentSettings
Constructor
Top
Methods
  NameDescription
Public methodCopyContentFiles
This is used to copy the additional content token, image, and topic files to the build folder
Public methodCreateConfigurationFiles
This is used to create the conceptual content build configuration files
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMergeContentFrom
This method can be used by plug-ins to merge content from another Sandcastle Help File Builder project file.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCodeSnippetFiles
This is used to get the conceptual content code snippet files
Public propertyContentLayoutFiles
This is used to get the conceptual content layout files
Public propertyImageFiles
This is used to get the conceptual content image files
Public propertyTokenFiles
This is used to get the conceptual content token files
Public propertyTopics
This is used to get a collection of the conceptual content topics
Top
See Also