Keywords: snb api trashed flags
Details: Entities in a trashed notebook which were not trashed individually, will have the flag:
"flags": {
"hasTrashedAncestor": true }
Indicating their ancestor has been trashed, if the entity was trashed and subsequently it's notebook was also trashed, you will see:
"flags": {
"hasTrashedAncestor": true,
"isTrashed": true }
This differentiates the two conditions. We suggest looking for these flags to determine if the entity or it's ancestor has been trashed.
Comments
0 comments
Article is closed for comments.