FolderPermission.IsFolderOwner Property

Definition

Gets or sets a value that indicates whether the user owns the folder.

public:
 property bool IsFolderOwner { bool get(); void set(bool value); };
public bool IsFolderOwner { get; set; }
Public Property IsFolderOwner As Boolean

Property Value

true if the user owns the folder; otherwise, false.

Applies to