ISandcastle ProjectHas Items Method
This returns true if the project contains items using the given build action
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
True if at least one item has the given build action or false if there are no items with the given build action.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
bool HasItems(
BuildAction buildAction
)VB
Function HasItems (
buildAction As BuildAction
) As BooleanC++
bool HasItems(
BuildAction buildAction
)F#
abstract HasItems :
buildAction : BuildAction -> bool Parameters
- buildAction BuildAction
- The build action for which to check
Return Value
BooleanTrue if at least one item has the given build action or false if there are no items with the given build action.