Click or drag to resize

ProfileImage Class

Holds profile image data for a customer
Inheritance Hierarchy
SystemObject
  Ignition.Crm.ProfileImageManagementProfileImage

Namespace: Ignition.Crm.ProfileImageManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class ProfileImage

The ProfileImage type exposes the following members.

Constructors
 NameDescription
Public methodProfileImageInitializes a new instance of the ProfileImage class
Top
Properties
 NameDescription
Public propertyData 
Top
Remarks
netFORUM does not track image file names and types for customer profile images, and as such that information is not included in this class. Baseline netFORUM convention is expose all images with an arbitrary name and a ".jpg" file extension, with the assumption that any browser or application that attempts to open the file will be sophisticated enough to auto-detect the true format of the image.
See Also