Gets the rewritten profile photos url.

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

Syntax

C#
public virtual string GetProfilePhotosUrl(
	string username
)
Visual Basic
Public Overridable Function GetProfilePhotosUrl ( 
	username As String
) As String
Visual C++
public:
virtual String^ GetProfilePhotosUrl(
	String^ username
)
F#
abstract GetProfilePhotosUrl : 
        username : string -> string 
override GetProfilePhotosUrl : 
        username : string -> string 

Parameters

username
Type: System..::..String
Username.

Return Value

Type: String
User profile URL.

See Also