Session.PurgeDeletedObjects() Method
In This Article
Deletes the objects marked as deleted from storage.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
#Declaration
#Returns
Type | Description |
---|---|
DevExpress. |
A Purge |
#Remarks
This method calls another PurgeDeletedObjects overloaded method, and passes the session’s Session.ObjectLayer property value as the objectLayer parameter.
See Also