Formats the user profile URL - used in the FormatEventText method since all URLs have profile parts in them.

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

Syntax

C#
public virtual string FormatProfileUrl(
	string urlToFormat,
	SnEventEntity eventEntity
)
Visual Basic
Public Overridable Function FormatProfileUrl ( 
	urlToFormat As String,
	eventEntity As SnEventEntity
) As String
Visual C++
public:
virtual String^ FormatProfileUrl(
	String^ urlToFormat, 
	SnEventEntity^ eventEntity
)
F#
abstract FormatProfileUrl : 
        urlToFormat : string * 
        eventEntity : SnEventEntity -> string 
override FormatProfileUrl : 
        urlToFormat : string * 
        eventEntity : SnEventEntity -> string 

Parameters

urlToFormat
Type: System..::..String
Url to format.
eventEntity
Type: SnEventEntity
Event entity.

Return Value

Type: String
URL with formatted user profile part.

See Also