I am trying to create a code routine that will clean old content.
To do so, I want to use a statement to list the content objects that have importDateTime older than months. Is there a way to query this field? I am currently getting the following exception:
Hello,
I am trying to create a code routine that will clean old content.
To do so, I want to use a statement to list the content objects that have
importDateTime
older than months. Is there a way to query this field? I am currently getting the following exception:By the API docs, the field
importDateTime
seems like a valid readable attribute.Thanks.