IWithCustomModifiers.HasRequiredCustomModifier Method

Namespace
Kampute.DocToolkit.Metadata.Capabilities
Assembly
  • Kampute.DocToolkit.dll

Definition

Determines whether the element has a specific required custom modifier applied.
bool HasRequiredCustomModifier(string modifierFullName)

Parameters

modifierFullName string
The full name of the modifier type to check for.

Returns

bool
true if the element has the specified required custom modifier applied; otherwise, false.