Edit

Share via


ManagedFolderInformation.CanRenameOrMove Property

Definition

Gets a value that indicates whether the user can rename or move objects in the folder.

public:
 property Nullable<bool> CanRenameOrMove { Nullable<bool> get(); };
public Nullable<bool> CanRenameOrMove { get; }
Public ReadOnly Property CanRenameOrMove As Nullable(Of Boolean)

Property Value

true if the objects in the folder can be renamed or moved; otherwise, false.

Applies to