BasePermissionType.CanCreateSubFolders Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.