Table of Contents

ISandcastleProject.HasItems Method

Definition

Namespace
Sandcastle.Core.Project
Assembly
Sandcastle.Core.dll

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

bool HasItems(BuildAction buildAction)

Parameters

buildAction BuildAction

The build action for which to check

Returns

bool

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