Click or drag to resize
AvatarInfo Constructor
Overload List
  NameDescription
Public methodAvatarInfo
Constructor - Creates an empty AvatarInfo object.
Public methodAvatarInfo(DataRow)
Constructor - Creates a new AvatarInfo object from the given DataRow.
Public methodAvatarInfo(String)
Creates a new AvatarInfo object based on the file specified by given path.
Public methodAvatarInfo(HttpPostedFile, Int32, Int32, Int32)
Constructor - Creates a new AvatarInfo object based on the file posted through the upload control.
Top
See Also