ProjectElement(SandcastleProject, String, String) Constructor

This constructor is used to create a new build item and add it to the project

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
protected ProjectElement(
	SandcastleProject project,
	string itemType,
	string itemPath
)

Parameters

project  SandcastleProject
The project that will own the item
itemType  String
The type of build item to create
itemPath  String
The path to the item. This can be relative or absolute and may contain variable references.

See Also