Table of Contents

TopicTransformationCore.AddNoticeDefinitions Method

Definition

Namespace
Sandcastle.Core.PresentationStyle.Transformation
Assembly
Sandcastle.Core.dll

Add one or more notice definitions

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.