Gets the photo list rewritten url.

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

Syntax

C#
public static RewrittenUrl GetPhotoListUrl(
	string urlPattern,
	Guid albumId,
	string callerPage
)
Visual Basic
Public Shared Function GetPhotoListUrl ( 
	urlPattern As String,
	albumId As Guid,
	callerPage As String
) As RewrittenUrl
Visual C++
public:
static RewrittenUrl^ GetPhotoListUrl(
	String^ urlPattern, 
	Guid albumId, 
	String^ callerPage
)
F#
static member GetPhotoListUrl : 
        urlPattern : string * 
        albumId : Guid * 
        callerPage : string -> RewrittenUrl 

Parameters

urlPattern
Type: System..::..String
Url pattern
albumId
Type: System..::..Guid
Album Id
callerPage
Type: System..::..String
Use this page as destination

Return Value

Type: RewrittenUrl

See Also