BCRepositoryGetDeletedObjects Method |
Returns all objects which were deleted for the specified time interval.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public BCTableView GetDeletedObjects(
DateTime? fromDate,
DateTime? toDate
)
Public Function GetDeletedObjects (
fromDate As DateTime?,
toDate As DateTime?
) As BCTableView
Parameters
- fromDate
- Type: SystemNullableDateTime
The start date of the time interval.
If then vault creation time is used.
- toDate
- Type: SystemNullableDateTime
The end date of the time interval.
If then the Moment time is used (i.e. date when repository was opened).
Return Value
Type:
BCTableViewAll objects which were deleted for the specified time interval.
Remarks
The function will return a tableview (variant grid) of all objects that were deleted.
First column in the tableview will contain the ID property value of the object.
See Also