Table of Contents

Class ImageObject

Namespace
Sage.CRM.UI
Assembly
SageCRMNet.dll

Class to represent an Image Object.

public class ImageObject : UIObject
Inheritance
ImageObject
Inherited Members

Constructors

ImageObject(string)

Initializes a new instance of ImageObject.

public ImageObject(string image)

Parameters

image string

Image name.

Properties

Image

Gets or Sets the Image file name.

public string Image { get; set; }

Property Value

string

Methods

HtmlBody()

Returns the ImageObject body.

protected override string HtmlBody()

Returns

string

String.Empty