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" />
            
        
        Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
Syntax
| C# | 
|---|
| [ObsoleteAttribute("Obsolete", false)] public string FilesPath { get; set; } | 
| Visual Basic | 
|---|
| <ObsoleteAttribute("Obsolete", False)> _ Public Property FilesPath As String Get Set | 
| Visual C++ | 
|---|
| public: [ObsoleteAttribute(L"Obsolete", false)] property String^ FilesPath { String^ get (); void set (String^ value); } | 
 
     
     
     
     
    