Saves avatar

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

Syntax

C#
protected virtual void SaveAvatar(
	AvatarPostedFile postedFile
)
Visual Basic
Protected Overridable Sub SaveAvatar ( 
	postedFile As AvatarPostedFile
)
Visual C++
protected:
virtual void SaveAvatar(
	AvatarPostedFile^ postedFile
)
F#
abstract SaveAvatar : 
        postedFile : AvatarPostedFile -> unit 
override SaveAvatar : 
        postedFile : AvatarPostedFile -> unit 

See Also