suite4.net.FormDatabase Documentation

IProject.ImagePathRelative Property

Gets or sets the (relative) path to the directory where images contained in IForm objects are stored on the web server.

[Visual Basic]
Property ImagePathRelative As String
[C#]
string ImagePathRelative {get; set;}

Property Value

A relative path to the directory where IForm images are stored.

Remarks

The value of this property is used by the Macromedia Flash representation of the IForm to load images from the server that are contained in the IForm.

ImagePathAbsolute and ImagePathRelative (once resolved) have to point to the same directory on the web server.

Example

project.ImagePathRelative = "/MyImageDir";

See Also

IProject Interface | suite4.net.FormDatabase Namespace