BasePermissionType.IsFolderOwner Property

Definition

The IsFolderOwner property gets or sets a Boolean value that specifies whether the user is the owner of a folder.

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

Property Value

The IsFolderOwner property returns true if the user is the folder owner; otherwise, the property returns false.

Applies to