SandcastleProjectAddFolderToProject Method

Add a new folder build item to the project

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public FileItem AddFolderToProject(
	string folder
)

Parameters

folder  String
The folder name

Return Value

FileItem
The new FileItem.

Remarks

If the folder does not exist in the project, it is added and created if not already there. If the folder is already part of the project, the existing item is returned.

Exceptions

ArgumentExceptionThis is thrown if the path matches the project root path or is not below it.

See Also