PageHistory.RemoveRange

PageHistory.RemoveRange method

Removes a range of the page versions from the PageHistory.

public void RemoveRange(int index, int count)
ParameterTypeDescription
indexInt32The index.
countInt32The count.

See Also