BasePermissionType.CanCreateItems 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 CanCreateItems property gets or sets a Boolean value that specifies whether a client can create items in a folder.
public:
property bool CanCreateItems { bool get(); void set(bool value); };
public bool CanCreateItems { get; set; }
Public Property CanCreateItems As Boolean
Property Value
The CanCreateItems property returns true if the client can create items in a folder; otherwise, the property returns false.