getDocumentExpiration

Deprecated

Use defaultCollection.getDocumentExpiration()

Replace with

defaultCollection.getDocumentExpiration(id)

Returns the expiration time of the document. If the document has no expiration time set, the method will return null.

Return

Date a nullable expiration timestamp of the document or null if time not set.

Parameters

id

The ID of the Document

Throws

Throws an exception if any error occurs during the operation.

Deprecated

Use defaultCollection.getDocumentExpiration()

Replace with

defaultCollection.getDocumentExpiration(id)

Deprecated

Use defaultCollection.getDocumentExpiration()

Replace with

defaultCollection.getDocumentExpiration(id)