Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
VersionedDocumentOffset Structure Members
The following tables list the members exposed by VersionedDocumentOffset.
Public Properties
Public Methods
| Name | Description |
![Public Method](dotnetimages/publicMethod.gif) | Add | Returns a new VersionedDocumentOffset with its offset incremented by the specified value. |
![Public Method](dotnetimages/publicMethod.gif) | Difference | Returns the offset difference between this document offset and another. |
![Public Method](dotnetimages/publicMethod.gif) | Equals | Overloaded. Compares the specified object to this value to see if they are equivalent. |
![Public Method](dotnetimages/publicMethod.gif) | GetHashCode | Returns the hash code of the structure. |
![Public Method](dotnetimages/publicMethod.gif) | Subtract | Returns a new VersionedDocumentOffset with its offset decremented by the specified value. |
![Public Method](dotnetimages/publicMethod.gif) | TranslateTo | Translates document offset from one version to another version of the document. |
See Also