TopicTransformationCore.AddNoticeDefinitions Method
Definition
- Assembly
- Sandcastle.Core.dll
Add one or more notice definitions
public void AddNoticeDefinitions(IEnumerable<Notice> notices)
Parameters
noticesIEnumerable<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.