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#
public virtual string GetNewsReadMorePageUrl(
	string readMorePageVirtualPath,
	Guid newsId
)
Visual Basic
Public Overridable Function GetNewsReadMorePageUrl ( 
	readMorePageVirtualPath As String,
	newsId As Guid
) As String
Visual C++
public:
virtual String^ GetNewsReadMorePageUrl(
	String^ readMorePageVirtualPath, 
	Guid newsId
)
F#
abstract GetNewsReadMorePageUrl : 
        readMorePageVirtualPath : string * 
        newsId : Guid -> string 
override 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

Implements

INewsBLL..::..GetNewsReadMorePageUrl(String, Guid)

See Also