
Public Member Functions | |
| HRESULT | Open ([out, retval] IDispatch **ppOvi) |
| Open page. | |
| HRESULT | Revert () |
| Revert to previous version. | |
Properties | |
| VARIANT_BOOL | ValidData [get] |
| Return if page has valid data. | |
| VARIANT_BOOL | CanRevert [get] |
| Flag if page can be reverted to previous version. | |
Page stored in the repository. Parent of this object is always document (tcomIDocument).
| HRESULT Open | ( | [out, retval] IDispatch ** | ppOvi | ) |
Open page.
| ppOvi | Opened view, type of tcomIObjectView |
| HRESULT Revert | ( | ) |
Revert to previous version.
Function revert to previous version. Function throw exception if failed or cannot be reverted.
VARIANT_BOOL CanRevert [get] |
Flag if page can be reverted to previous version.
Return true if page can be reverted. Return false if cannot be reverted.
VARIANT_BOOL ValidData [get] |
Return if page has valid data.
| pValidData | Return true if page has valid data |