UltimateEditor Class Library

UltimateEditor.CreateFolderSubDirs Property

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

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

Property Value

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

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace