ExpirationDate option

Build 1501 on 14/Nov/2017  This topic last edited on: 29/Oct/2012, at 16:11

ExpirationDate option outputs in the XML the object expiration date-time (see http://forum.teradp.com/topic.asp?TOPIC_ID=448). For example, if the 'img' object with id 6494 expires on May 6th at 11:57 PM (UTC), executing ../do.ashx?cmd=objsnav&ids=6494&options=ExpirationDate produces:

  <img nav:objectType="img" nav:expirationDate="2011-06-05T23:57:53.833Z" id="obj6494" . . .>

    . . .

  </img>

If the object does not have an expiration date the attribute 'nav:expirationDate' won't be present.