 | ConstituentPanelAddConstituency Method |
Add a constituency under the 'Personal Info' => 'Constituencies' 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 AddConstituency(
string constituency,
TableRow values = null
)
Public Shared Sub AddConstituency (
constituency As String,
Optional values As TableRow = Nothing
)
public:
static void AddConstituency(
String^ constituency,
TableRow^ values = nullptr
)
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