TopicTransformationCore.AddNoticeDefinition Method

Add a notice definitions

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.3.22.0
public void AddNoticeDefinition(
	Notice notice
)

Parameters

notice  Notice
The notice to add. If the notice matches an existing entry's element name or attribute name, it will replace the existing entry.

See Also