Formats the event icon - each event can have a separate icon.

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

Syntax

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

Parameters

eventEntity
Type: SnEventEntity
Event entity.

Return Value

Type: String
URL of the icon for a specified event.

See Also