Gets the photo preview rewritten url.

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

Syntax

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

Parameters

rewrittenPath
Type: MonoSoftware.MonoX..::..RewrittenPath
Rewritten Path
albumId
Type: System..::..Guid
Album Id
photoId
Type: System..::..Guid
Photo Id
callerPage
Type: System..::..String
Use this page as destination

Return Value

Type: RewrittenUrl

See Also