BasePermissionType.IsFolderVisible 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 IsFolderVisible property returns a Boolean value that specifies whether a user can view a folder.
public:
property bool IsFolderVisible { bool get(); void set(bool value); };
public bool IsFolderVisible { get; set; }
Public Property IsFolderVisible As Boolean
Property Value
The IsFolderVisible property returns true if the user can view the folder; otherwise, the property returns false.