Topic Transformation CoreAdd Notice Definitions Method
Add one or more notice definitions
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public void AddNoticeDefinitions(
IEnumerable<Notice> notices
)VB
Public Sub AddNoticeDefinitions (
notices As IEnumerable(Of Notice)
)C++
public:
void AddNoticeDefinitions(
IEnumerable<Notice^>^ notices
)F#
member AddNoticeDefinitions :
notices : IEnumerable<Notice> -> unit 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.