 | ConstituentsFunctionalAreaAddAnIndividual Method (TableRow, String, String, Int32) |
Open the dialog to add an individual, set the fields to the provided values, and save.
Namespace: Blackbaud.UAT.Core.CrmAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void AddAnIndividual(
TableRow individual,
string groupCaption = "Individuals and households",
string taskCaption = "Add an individual",
int timeout = 120
)
Public Shared Sub AddAnIndividual (
individual As TableRow,
Optional groupCaption As String = "Individuals and households",
Optional taskCaption As String = "Add an individual",
Optional timeout As Integer = 120
)
public:
static void AddAnIndividual(
TableRow^ individual,
String^ groupCaption = L"Individuals and households",
String^ taskCaption = L"Add an individual",
int timeout = 120
)
Parameters
- individual
- Type: TableRow
Mapping of the 'Add an individual' dialog's field captions to their desired values. - groupCaption (Optional)
- Type: SystemString
The group header caption of the task. Defaults to "Individuals and households". - taskCaption (Optional)
- Type: SystemString
The link caption of the task. Defaults to "Add an individual". - timeout (Optional)
- Type: SystemInt32
Time to wait for operation, default is 120 seconds.
See Also