FolderPermission.CanCreateSubFolders Property

Definition

Gets or sets a value that indicates whether the user can create subfolders.

public:
 property bool CanCreateSubFolders { bool get(); void set(bool value); };
public bool CanCreateSubFolders { get; set; }
Public Property CanCreateSubFolders As Boolean

Property Value

true if the user can create new items; otherwise, false.

Applies to