Hi,
What's the correct strategy for identifying soft deleted nodes?
So far I haven't found any properties or methods that can directly tell me if a node has been soft deleted.
For OTCS 10.0 it was possible to check if the paren't node type was a specific kind,
but for OTCS 10.5 that doesn't work.
It is possible to walk up the chain of parents, and determine if the top node's name is "Recycle Bin",
but this solution doesn't look robust, plus it requires more round trips to CWS.
Is there a better way?
Feature request: Would be great if a IsDeleted property could be added to the node API.
Thanks,
Frank