IDosFileAttributeView.SetHidden(Boolean) Method

Definition

Updates the value of the hidden attribute.

[Android.Runtime.Register("setHidden", "(Z)V", "GetSetHidden_ZHandler:Java.Nio.FileNio.Attributes.IDosFileAttributeViewInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)]
public void SetHidden (bool value);
[<Android.Runtime.Register("setHidden", "(Z)V", "GetSetHidden_ZHandler:Java.Nio.FileNio.Attributes.IDosFileAttributeViewInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)>]
abstract member SetHidden : bool -> unit

Parameters

value
Boolean

the new value of the attribute

Attributes

Remarks

Java documentation for java.nio.file.attribute.DosFileAttributeView.setHidden(boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to