Edit

Share via


IDeleteOnCloseFileActivity.IsCanceled Property

Definition

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.

Applies to