FolderPermission.IsFolderVisible Property

Definition

Gets or sets a value that indicates whether the folder is visible to the user.

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

Property Value

true if the folder is visible; otherwise, false.

Applies to