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

Parameters

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

Return Value

Type: RewrittenUrl

See Also