Specifies whether the URL should be converted to a site root relative path (/html/images/image1.gif) or an absolute path (http://www.mysite.com/images/image1.gif).

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public URLType URLType { get; set; }
Visual Basic
Public Property URLType As URLType
	Get
	Set
Visual C++
public:
property URLType URLType {
	URLType get ();
	void set (URLType value);
}

See Also