internal void ClearUpdateInfo()
 {
     if (!this.IsEmpty)
     {
         PTS.Validate(PTS.FsClearUpdateInfoInPage(this.PtsContext.Context, this._ptsPage.Value), this.PtsContext);
     }
 }