ProfileImageManagerGetImage Method

Retrieves the profile image of an individual, organization, or chapter.

Definition

Namespace: Ignition.Crm.ProfileImageManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public ProfileImage GetImage(
	ICustomer customer
)

Parameters

customer  ICustomer
Individual, organization, or chapter to retrieve profile image

Return Value

ProfileImage
The profile image for the requested customer.

Exceptions

IgnitionImageNotFoundExceptionThrown if the customer does not have a profile image

See Also