Click or drag to resize
AvatarInfoProviderEnsureAvatarPhysicalFile Method
Ensures the avatar file in the file system and returns the path to the file.

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

Parameters

avatarInfo
Type: CMS.MembershipAvatarInfo
Avatar info

Return Value

Type: String
See Also