Returns a single page in a given language via its Guid.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
PageEntity GetPage(
	Guid id
)
Visual Basic
Function GetPage ( 
	id As Guid
) As PageEntity
Visual C++
PageEntity^ GetPage(
	Guid id
)
F#
abstract GetPage : 
        id : Guid -> PageEntity 

Parameters

id
Type: System..::..Guid
Page id

Return Value

Type: PageEntity
Page entity containing page info.

See Also