This function is used to return a list of TDeletedRecord from a table in the system
Parameters
Used to call the function
- TableName - string
- deletedAfter - DateTime
- opt - TDeleteOptions TDeletedOptions
Returns
Returns the following
- Array of TDeletedRecordof TDeletedRecord
Code Block | ||||
---|---|---|---|---|
| ||||
IItemServiceservice recService = new dkWS.IItemServiceservice() { TokenSecurityValue = new TokenSecurity() { Token = token.Token, AppID = token.AppID } }; var recs = recService.GetDeleted("pjjob",new DateTime(2018, 1, 1, 11, 22, 01, 0), new TDeleteOptions() { ExtraProperties = new string[] {"Number","Name"}}); |
Related articles
Content by Label | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Page properties | ||
---|---|---|
| ||
|