GetPage

GetPage(int)

Gets the element at the specified ID.

public Page GetPage(int ID)
Parameter Type Description
ID Int32

See Also


GetPage(string)

Gets the element at the specified name.

public Page GetPage(string name)
Parameter Type Description
name String

See Also