TopicTransformationCore.AddNoticeDefinitions Method
Add one or more notice definitions
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.3.22.0
public void AddNoticeDefinitions(
IEnumerable<Notice> notices
)
Public Sub AddNoticeDefinitions (
notices As IEnumerable(Of Notice)
)
public:
void AddNoticeDefinitions(
IEnumerable<Notice^>^ notices
)
member AddNoticeDefinitions :
notices : IEnumerable<Notice> -> unit
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.