BasePermissionType.IsFolderVisible Property

Definition

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.

Applies to