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 (25.3.0.1000)
Syntax[FlagsAttribute]
public enum DeleteOptions
<FlagsAttribute>
Public Enumeration DeleteOptions
[FlagsAttribute]
public enum class DeleteOptions
[<FlagsAttribute>]
type DeleteOptions
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 | 
            Specifies no options to the delete operation.
             | 
 | AllowNonEmpty | 1 | 
            Specifies that the delete operation will continue even if there are child
            Files in the folder or any of its subfolders (recursively).
             | 
 | AllowReferenced | 2 | 
            Specifies that the delete operation will continue even if the item(s) being
            deleted are referenced by other entities.
             | 
 | Recycle | 4 | 
            Specifies the logical delete operation.
             | 
See Also