Click or drag to resize
ConstituentPanelAddConstituency Method
Add a constituency under the 'Personal Info' => 'Constituencies' 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 AddConstituency(
	string constituency,
	TableRow values = null
)

Parameters

constituency
Type: SystemString
The type of constituency to add (i.e. 'Staff')
values (Optional)
Type: TableRow
Mapping of the field captions and desired values to set on the 'Add constituency' dialog. Defaults to null where no values are set.
See Also