AvatarInfo Constructor Kentico 8.0 API Reference
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.
Back to Top
See Also