Click or drag to resize
ContactInfoProviderGetContactInfo Method (Int32)
Returns contact with specified ID.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public static ContactInfo GetContactInfo(
	int contactId
)

Parameters

contactId
Type: SystemInt32
Contact ID

Return Value

Type: ContactInfo
See Also