Gets user photo rewritten url.

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

Syntax

C#
public virtual string GetUserPhotoUrl(
	string userName,
	Guid albumId,
	Guid photoId
)
Visual Basic
Public Overridable Function GetUserPhotoUrl ( 
	userName As String,
	albumId As Guid,
	photoId As Guid
) As String
Visual C++
public:
virtual String^ GetUserPhotoUrl(
	String^ userName, 
	Guid albumId, 
	Guid photoId
)
F#
abstract GetUserPhotoUrl : 
        userName : string * 
        albumId : Guid * 
        photoId : Guid -> string 
override GetUserPhotoUrl : 
        userName : string * 
        albumId : Guid * 
        photoId : Guid -> string 

Parameters

userName
Type: System..::..String
albumId
Type: System..::..Guid
photoId
Type: System..::..Guid

Return Value

Type: String

See Also