UltimateEditor Class Library

UltimateEditor.ConvertSelectedPathToAbsolute Property

Gets or sets a value that indicates whether to convert selected path in Server Explorer dialog to absolute path.

[Visual Basic]
Public Property ConvertSelectedPathToAbsolute As Boolean
[C#]
public bool ConvertSelectedPathToAbsolute {get; set;}

Property Value

true if the selected path in Server Explorer dialog is converted to absolute path; otherwise, false. The default value is false.

Remarks

Use this property to convert selected path in Server Explorer dialog to absolute path.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace