IUnmanagedAssetManagerEmptyRecycleFolder Method
|
Empties the recycle folder to deleted unmanaged Assets. This will permenantly purge them
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool EmptyRecycleFolder()
Function EmptyRecycleFolder As Boolean
bool EmptyRecycleFolder()
abstract EmptyRecycleFolder : unit -> bool
Return Value
Type:
BooleanTrue if successful, false when occurs
Remarks The entire unmanaged recycle folder directory on disk will be removed. Next time an unmanaged asset is removed, the unmanaged recycle folder directory
will be created again
See Also