TopicTransformationCore.AddNoticeDefinitions Method

Add one or more notice definitions

Definition

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

Parameters

notices  IEnumerable<Notice>
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