Click or drag to resize
Sandcastle Help File BuilderFileItemCollection Constructor
Constructor

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public FileItemCollection(
	SandcastleProject project,
	BuildAction action
)

Parameters

project
Type: SandcastleBuilder.UtilsSandcastleProject
The project file containing the build items
action
Type: SandcastleBuilder.UtilsBuildAction
The build action for the items to hold in the collection.
See Also