PageCollection.GetPage

GetPage(int)

Gets the element at the specified ID.

public Page GetPage(int ID)
ParameterTypeDescription
IDInt32

See Also


GetPage(string)

Gets the element at the specified name.

public Page GetPage(string name)
ParameterTypeDescription
nameString

See Also