TopicTransformationCore.AddNoticeDefinition Method
Add a notice definitions
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.3.22.0
public void AddNoticeDefinition(
Notice notice
)
Public Sub AddNoticeDefinition (
notice As Notice
)
public:
void AddNoticeDefinition(
Notice^ notice
)
member AddNoticeDefinition :
notice : Notice -> unit
Parameters
- notice Notice
- The notice to add. If the notice matches an existing entry's element name
or attribute name, it will replace the existing entry.