Gets the empty image url.

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

Syntax

C#
protected virtual string GetEmptyImageUrl()
Visual Basic
Protected Overridable Function GetEmptyImageUrl As String
Visual C++
protected:
virtual String^ GetEmptyImageUrl()
F#
abstract GetEmptyImageUrl : unit -> string 
override GetEmptyImageUrl : unit -> string 

Return Value

Type: String
Empty image url

See Also