UltimateEditor Class Library

UltimateEditor.UploadSubDirs Property

Gets or sets a value that indicates the subdirectory list that the user is allowed to upload files under ~/UltimateEditorInclude/UserFiles directory.

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

Property Value

The subdirectory list that the user is allowed to upload files 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 upload files only under three subdirectories, namely Common, Templates, and Users/John under ~/UltimateEditorInclude/UserFiles directory. The value of "*" indicates that the user is allowed to upload files under ~/UltimateEditorInclude/UserFiles directory and all its subdirectories. The value of "" indicates that the user is not allowed to upload files.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace