Table of Contents

IPlugInMetadata.RunsInPartialBuild Property

Definition

Namespace
Sandcastle.Core.PlugIn
Assembly
Sandcastle.Core.dll

This read-only property returns true if the plug-in should run in a partial build or false if it should not.

bool RunsInPartialBuild { get; }

Property Value

bool

If this returns false, the plug-in will not be loaded when a partial build is performed.