Click or drag to resize

ProfileImageManagerGetImage Method

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

Namespace: Ignition.Crm.ProfileImageManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
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
ExceptionCondition
IgnitionImageNotFoundExceptionThrown if the customer does not have a profile image
See Also