Click or drag to resize
ConstituentPanelAddNotification Method
Add a Notification to the specified Note in the 'Documentation and Interactions' => 'Constituent Documentation' tab.

Namespace: Blackbaud.UAT.Core.Crm.Panels
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static void AddNotification(
	string noteTitle,
	TableRow notification
)

Parameters

noteTitle
Type: SystemString
The 'Title' of the Note to add a notification to.
notification
Type: TableRow
Mapping of the field captions for the 'Add notification' dialog to their desired values.
See Also