Edit

Share via


IFileHandler.RemoveProtection Method

Definition

Removes protection from the file. If the original file format does not support labeling, the label will be lost when protection is removed. When the native format supports labeling, the label metadata is maintained.

public void RemoveProtection ();
abstract member RemoveProtection : unit -> unit
Public Sub RemoveProtection ()

Remarks

Changes will not be written to the file until CommitAsync will be called.

Applies to