Sets the time interval after which a document with a broken link will be deleted.
ArgumentException will be thrown. Setting the deletionTime to TimeInterval.Infinite will cause the document to never be deleted. Setting the deletionTime to TimeInterval.Infinite will cause a broken link document to never be deleted.
The numeric component of the deletionTime must be between 1 and 999, otherwise an ArgumentException will be thrown.
The default broken link deletion time for a document is set by the document crawler.
| 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 or the numeric component of the refreshInterval is not between 1 and 999. |
| NullReferenceException | The DeletionTime or the unit component of the DeletionTime is null. |
IDocumentManager Interface | Plumtree.Remote.PRC Namespace