Themed 2026 Presentation Style Preview

TopicTransformationCoreAddNoticeDefinitions Method

Add one or more notice definitions

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public void AddNoticeDefinitions(
	IEnumerable<Notice> notices
)

Parameters

notices  IEnumerableNotice
An enumerable list of notice definitions to add. If a notice matches an existing entry's element name or attribute name, it will replace the existing entry.

See Also