PageHistory.Item

PageHistory indexer

Gets or sets the page version at the specified index of the PageHistory.

public Page this[int index] { get; set; }
ParameterDescription
indexThe index.

Return Value

The page version.

See Also