Gets or sets a value that indicates the subdirectory list that the user is allowed to overwrite an existing file with the same name under ~/UltimateEditorInclude/UserFiles directory.
The subdirectory list that the user is allowed to overwrite an existing file with the same name under ~/UltimateEditorInclude/UserFiles directory. The default value is *.
Multiple subdirectory names can be specified using | as a separator. For example, the value of "Common|Templates|Users/John" indicates that the user is allowed to overwrite an existing file with the same name only under three subdirectories, namely Common, Templates, and Users/John under ~/UltimateEditorInclude/UserFiles directory. The value of "*" indicates that the user is allowed to overwrite an existing file with the same name under ~/UltimateEditorInclude/UserFiles directory and all its subdirectories. The value of "" indicates that the user is not allowed to overwrite an existing file with the same name.
UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace