Method ShouldIgnoreNode
ShouldIgnoreNode(AssetNode)
Determines whether a node should be ignored.
Declaration
public abstract bool ShouldIgnoreNode(AssetNode node)
Parameters
| Type | Name | Description |
|---|---|---|
| AssetNode | node | The asset node to evaluate for exclusion during processing. |
Returns
| Type | Description |
|---|---|
| bool | True if the node should be excluded. |