SandcastleProjectHasItems Method

This returns true if the project contains items using the given build action

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public bool HasItems(
	BuildAction buildAction
)

Parameters

buildAction  BuildAction
The build action for which to check

Return Value

Boolean
True if at least one item has the given build action or false if there are no items with the given build action.

See Also