An array of xml files. Those xml files should contain predefined set of hyperlinks which will be displayed in the internal links treeview. editor.LinkUrlArray = new string[] { "mylinks.xml"};

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public string[] LinkUrlArray { get; set; }
Visual Basic
Public Property LinkUrlArray As String()
	Get
	Set
Visual C++
public:
property array<String^>^ LinkUrlArray {
	array<String^>^ get ();
	void set (array<String^>^ value);
}

See Also