 | 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.28229
Syntaxpublic ProfileImage GetImage(
ICustomer customer
)
Public Function GetImage (
customer As ICustomer
) As ProfileImage
public:
ProfileImage^ GetImage(
ICustomer^ customer
)
member GetImage :
customer : ICustomer -> ProfileImage Parameters
- customer ICustomer
- Individual, organization, or chapter to retrieve profile image
Return Value
ProfileImageThe profile image for the requested customer.
Exceptions
See Also