Class UserProfilePicTransform
Inheritance
UserProfilePicTransform
Assembly: DotNetNuke.dll
public class UserProfilePicTransform : ImageTransform
Constructors
Declaration
public UserProfilePicTransform()
Properties
Declaration
public bool IsReusable { get; }
Property Value
Declaration
public override string UniqueString { get; }
Property Value
Overrides
Declaration
public int UserID { get; set; }
Property Value
Methods
Declaration
public Bitmap GetNoAvatarImage()
Returns
Declaration
public override Image ProcessImage(Image image)
Parameters
Type |
Name |
Description |
Image |
image |
|
Returns
Overrides
Declaration
public bool TryGetPhotoFile(out IFileInfo photoFile)
Parameters
Returns
Extension Methods