Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDocumentManager.SetNeverExpires Method 

Sets a document to never be expired.

void SetNeverExpires(
   int documentID
);

Parameters

documentID
The ID of the document to disable expiration for.

Remarks


The default expiration date for a document is set by the document crawler.

Exceptions

Exception Type Condition
SoapException There was a communication problem during the execution of the remote method call.
PortalException The document ID is invalid or the operation resulted in an error in the portal.
ArgumentException The documentID is negative.

See Also

IDocumentManager Interface | Plumtree.Remote.PRC Namespace