Table of Contents

Class ImageLink

Namespace
Sage.CRM.UI
Assembly
SageCRMNet.dll

Class to represent one ImageLink.

public class ImageLink : Hyperlink
Inheritance
ImageLink
Inherited Members

Constructors

Initializes a new instance of ImageLink.

public ImageLink()

Initializes a new instance of ImageLink.

public ImageLink(string image, string caption, string url)

Parameters

image string

File Name.

caption string

ImageLink Caption.

url string

URL Link.

Properties

Gets or sets the file name.

public string Image { get; set; }

Property Value

string

Gets ImageObject to access its attributes.

public ImageObject ImageObject { get; }

Property Value

ImageObject

Methods

Returns the ImageLink body.

protected override string HtmlBody()

Returns

string

ImageLink body string.