IDeleteOnCloseFileActivity.IsCanceled Property
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.
Indicates whether or not the file will be deleted once closed.
public bool IsCanceled { get; }
member this.IsCanceled : bool
Public ReadOnly Property IsCanceled As Boolean
Property Value
Remarks
This value is not final, and may be overridden by later operations. If the file was originally opened with DeleteOnClose then this value is ignored, and the file will always be deleted once fully closed.