DeleteOptions Enumeration

Specifies options that control the operation of deleting a FileSystemEntry.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[FlagsAttribute]
public enum DeleteOptions
Members
  Member nameValueDescription
None0 Specifies no options to the delete operation.
AllowNonEmpty1 Specifies that the delete operation will continue even if there are child Files in the folder or any of its subfolders (recursively).
AllowReferenced2 Specifies that the delete operation will continue even if the item(s) being deleted are referenced by other entities.
Recycle4 Specifies the logical delete operation.
See Also