ProfileImageManagerGetImage Method
Retrieves the profile image of an individual, organization, or chapter.
Namespace: Ignition.Crm.ProfileImageManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public ProfileImage GetImage(
ICustomer customer
)
Public Function GetImage (
customer As ICustomer
) As ProfileImage
public:
ProfileImage^ GetImage(
ICustomer^ customer
)
member GetImage :
customer : ICustomer -> ProfileImage
- customer ICustomer
- Individual, organization, or chapter to retrieve profile image
ProfileImageThe profile image for the requested customer.