IFileHandler.RemoveProtection Method
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.
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.