PageHistory.CopyTo

PageHistory.CopyTo method

Copies the page versions to an array, starting at the beginning.

public void CopyTo(Page[] array, int arrayIndex)
ParameterTypeDescription
arrayPage[]The target array.
arrayIndexInt32The array index.

See Also