Click or drag to resize

IName4SetName Method (String, String, String, String, String)

IT Hit WebDAV Classes Reference
Sets name, list of values per component.

Namespace:  ITHit.Collab.Card
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
void SetName(
	string[] familyNames,
	string[] givenNames,
	string[] additionalNames,
	string[] honorificPrefixes,
	string[] honorificSuffixes
)

Parameters

familyNames
Type: SystemString
Family Names (also known as surnames) or names of a resource or place.
givenNames
Type: SystemString
Given Names.
additionalNames
Type: SystemString
Additional Names.
honorificPrefixes
Type: SystemString
Honorific Prefixes.
honorificSuffixes
Type: SystemString
Honorific Suffixes.
See Also