OpenDocuments.DiscardLocalCheckout Method

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Discards the check out of a document to the client computer and deletes the local draft.

expression.DiscardLocalCheckout(bstrDocumentLocationRaw As String)

Parameters

expression

An expression that returns an OpenDocuments Control object.

bstrDocumentLocationRaw

A string that contains the URL of the document.

Return Value

true if the operation to discard the local checkout of the document is successful; otherwise, false.