BCRepositoryGetDeletedObjects Method |
Returns all objects which were deleted for the specified time interval.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic BCTableView GetDeletedObjects(
Nullable<DateTime> fromDate,
Nullable<DateTime> toDate
)
Public Function GetDeletedObjects (
fromDate As Nullable(Of DateTime),
toDate As Nullable(Of DateTime)
) As BCTableView
public:
BCTableView^ GetDeletedObjects(
Nullable<DateTime> fromDate,
Nullable<DateTime> toDate
)
member GetDeletedObjects :
fromDate : Nullable<DateTime> *
toDate : Nullable<DateTime> -> 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