Gets the Full Name. For an Organisation the Company Name, unless personActing is True.
Syntax
finClient.GetFullName([includeMiddleNames], [personActing], [startWithLastName], [capitaliseLastName], [includeTitle], [includePreferredName])
Parameters
| Name | Type | Optional | ByRef | Description |
| includeMiddleNames |
Boolean |
Optional |
|
Include the Middle Name of the person.
If omitted, a value of True is assumed. |
| personActing |
Boolean |
Optional |
|
For an Organisation show the Person Acting's Name.
If omitted, a value of False is assumed. |
| startWithLastName |
Boolean |
Optional |
|
Indicates whether to list Last Name before other Names.
If omitted, a value of False is assumed. |
| capitaliseLastName |
Boolean |
Optional |
|
Indicates whether to Capitalise the Last Name.
If omitted, a value of False is assumed. |
| includeTitle |
Boolean |
Optional |
|
Indicates whether to include the Title.
If omitted, a value of False is assumed. |
| includePreferredName |
Boolean |
Optional |
|
Indicates whether to include the Preferred Name.
If omitted, a value of True is assumed. |
Return Value
String
- Member of:
- finClient
- Namespace:
- Intersoft.finSupport6
- Assembly:
- finSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0