UltimateEditor Class Library

UltimateEditor.FileOverwriteSubDirs Property

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.

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

Property Value

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 *.

Remarks

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.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace