Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectHasItems Method
This returns true if the project contains items using the given build action.

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

Parameters

buildAction
Type: SandcastleBuilder.UtilsBuildAction
The build action for which to check

Return Value

Type: 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