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: 8.2.23
Syntax
C#
public AvatarInfo(
	string filePath
)

Parameters

filePath
Type: SystemString
File path
See Also