 | ConstituentPanelAddNotification Method |
Add a Notification to the specified Note in the 'Documentation and Interactions' => 'Constituent Documentation' tab.
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void AddNotification(
string noteTitle,
TableRow notification
)
Public Shared Sub AddNotification (
noteTitle As String,
notification As TableRow
)
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