|  | ConstituentsFunctionalAreaAddAnIndividual Method (String, String) | 
            Open the dialog to add an individual.
            
 
Namespace: Blackbaud.UAT.Core.CrmAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static void AddAnIndividual(
	string groupCaption = "Individuals and households",
	string taskCaption = "Add an individual"
)
Public Shared Sub AddAnIndividual ( 
	Optional groupCaption As String = "Individuals and households",
	Optional taskCaption As String = "Add an individual"
)
public:
static void AddAnIndividual(
	String^ groupCaption = L"Individuals and households", 
	String^ taskCaption = L"Add an individual"
)
Parameters
- 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".
 See Also
See Also