ProfileImage Class

Holds profile image data for a customer

Definition

Namespace: Ignition.Crm.ProfileImageManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public class ProfileImage
Inheritance
Object    ProfileImage

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.

Constructors

ProfileImageInitializes a new instance of the ProfileImage class

Properties

See Also