BasePermissionType.CanCreateSubFolders Property

Definition

The CanCreateSubFolders property gets or sets a Boolean value that specifies whether the client 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

The CanCreateSubFolders property returns true if the client can create subfolders; otherwise, the property returns false.

Applies to