Click or drag to resize
Sandcastle Help File BuilderTopicFile Constructor
Constructor

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public TopicFile(
	FileItem file
)

Parameters

file
Type: SandcastleBuilder.UtilsFileItem
The file build item from the project
Exceptions
ExceptionCondition
ArgumentNullExceptionThis is thrown if the file item is null.
See Also