property will return the file path of the photo url (designed to be used when files are loaded via the filesystem e.g for caching)

Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[ObsoleteAttribute("Obsolete in 7.2.2, Use PhotoUrl instead of it.")]
public string PhotoURLFile { get; }
Visual Basic
<ObsoleteAttribute("Obsolete in 7.2.2, Use PhotoUrl instead of it.")> 
Public ReadOnly Property PhotoURLFile As String
	Get

See Also