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(
	RewrittenPath rewrittenPath,
	Guid albumId
)
Visual Basic
Public Shared Function GetPhotoListUrl ( 
	rewrittenPath As RewrittenPath,
	albumId As Guid
) As RewrittenUrl
Visual C++
public:
static RewrittenUrl^ GetPhotoListUrl(
	RewrittenPath^ rewrittenPath, 
	Guid albumId
)
F#
static member GetPhotoListUrl : 
        rewrittenPath : RewrittenPath * 
        albumId : Guid -> RewrittenUrl 

Parameters

rewrittenPath
Type: MonoSoftware.MonoX..::..RewrittenPath
Rewritten Path
albumId
Type: System..::..Guid
Album Id

Return Value

Type: RewrittenUrl

See Also