Click or drag to resize
AvatarInfo Constructor (String)
Creates a new AvatarInfo object based on the file specified by given path.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public AvatarInfo(
	string filePath
)

Parameters

filePath
Type: SystemString
File path
See Also