Gets the newsletter entity.

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

Syntax

C#
NewsletterEntity GetNewsletter(
	Guid id,
	IPrefetchPath2 prefetchPath
)
Visual Basic
Function GetNewsletter ( 
	id As Guid,
	prefetchPath As IPrefetchPath2
) As NewsletterEntity
Visual C++
NewsletterEntity^ GetNewsletter(
	Guid id, 
	IPrefetchPath2^ prefetchPath
)
F#
abstract GetNewsletter : 
        id : Guid * 
        prefetchPath : IPrefetchPath2 -> NewsletterEntity 

Parameters

id
Type: System..::..Guid
Newsletter id.
prefetchPath
Type: IPrefetchPath2
Prefetch path.

Return Value

Type: NewsletterEntity
Newsletter instance.

See Also