BasePermissionType.CanCreateItems Property

Definition

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.

Applies to