BasePermissionType.IsFolderOwner 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 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.