PageCollection.BeginUpdate

PageCollection.BeginUpdate method

Updates when group changes begin. Stops page cache recalculation on each operation. We recommend calling the BeginUpdate/EndUpdate methods in a try-finally block.

public void BeginUpdate()

See Also