 | EventPanelAddPreference Method |
Add a Preference to an Event under the 'Options' 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 AddPreference(
string name,
Table preferences
)
Public Shared Sub AddPreference (
name As String,
preferences As Table
)
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