Click or drag to resize
Sandcastle Help File BuilderDocumentationSource Class
This represents an assembly, an XML comments file, a Visual Studio Solution (C#, VB.NET, or J#), or a Visual Studio solution containing one or more C#, VB.NET or J# projects to use for building a help file.
Inheritance Hierarchy

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public class DocumentationSource : PropertyBasedCollectionItem

The DocumentationSource type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAssemblies
This returns a collection of assemblies based on the specified wildcard.
Protected methodCheckProjectIsEditable
This is used to see if the project can be edited. If not, abort the change by throwing an exception.
(Inherited from PropertyBasedCollectionItem.)
Public methodStatic memberCommentsFiles
This returns a collection of XML comments files based on the specified wildcard.
Public methodEquals
See if specified item equals this one
(Overrides ObjectEquals(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
Get a hash code for this item
(Overrides ObjectGetHashCode.)
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 methodStatic memberProjects
This returns a collection of MSBuild project filenames based on the specified wildcard.
Public methodStatic memberProjectsIn
This is used to get a list of all projects in a solution file
Public methodToString
Return a string representation of the item
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyConfiguration
This is used to get or set the project configuration to use when the source path refers to a Visual Studio solution or project.
Public propertyIncludeSubFolders
This is used to get or set whether subfolders are included when searching for files if the SourceFile value contains wildcards.
Public propertyIsDirty
This is used to get or set the dirty state of the item
(Inherited from PropertyBasedCollectionItem.)
Public propertyPlatform
This is used to get or set the project platform to use when the source path refers to a Visual Studio solution or project.
Public propertyProjectFile
This is used to get the owning project file
(Inherited from PropertyBasedCollectionItem.)
Public propertySourceDescription
This returns a description of the entry suitable for display in a bound list control
Public propertySourceFile
This is used to set or get the documentation source file path
Top
Remarks
Wildcards are supported in the SourceFile property.
See Also