Gets the full url of the news read more page.

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

Syntax

C#
string GetNewsReadMorePageUrl(
	string readMorePageVirtualPath,
	Guid newsId
)
Visual Basic
Function GetNewsReadMorePageUrl ( 
	readMorePageVirtualPath As String,
	newsId As Guid
) As String
Visual C++
String^ GetNewsReadMorePageUrl(
	String^ readMorePageVirtualPath, 
	Guid newsId
)
F#
abstract GetNewsReadMorePageUrl : 
        readMorePageVirtualPath : string * 
        newsId : Guid -> string 

Parameters

readMorePageVirtualPath
Type: System..::..String
Read more page virtual path
newsId
Type: System..::..Guid
News item id

Return Value

Type: String
Full url to read more page

See Also