Click or drag to resize
EventPanelAddPreference Method
Add a Preference to an Event under the 'Options' 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 AddPreference(
	string name,
	Table preferences
)

Parameters

name
Type: SystemString
The name of the preference to add.
preferences
Type: Table
Table where each TableRow corresponds to a desired grid row's values in the 'Add a preference' dialog.
See Also