ContactInfoProvider.GetContactFullName Method (Int32) |
Returns full contact name consisting of first, middle and last name.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 11.0.0
Syntaxpublic static string GetContactFullName(
int id
)
Parameters
- id
- Type: System.Int32
Contact info ID
Return Value
Type:
String
See Also