CuteEditor for .NET 6.0 Class Library

Editor.FilesPath Property

NOTE: This property is now obsolete.

Obsolete


This property is obsoleted. To specify the path to editor files, please add the following key to the appSettings in your web.config. <add key="CuteEditorDefaultFilesPath" value="~/Editor" />

[Visual Basic]
Public Property FilesPath As String
[C#]
public string FilesPath {get; set;}

See Also

Editor Class | CuteEditor Namespace