PageHistory.AddRange

PageHistory.AddRange method

Adds the page versions to the end of the PageHistory.

public void AddRange(IEnumerable<Page> items)
ParameterTypeDescription
itemsIEnumerable`1The IEnumerable collection of page versions.

See Also