Click or drag to resize
PersonaInfoPersonaPictureMetafileGUID Property
Guid of the metafile which represents persona picture. This metafile can belong to this PersonaInfo or to the persona ClassInfo. Null means that persona does not have picture selected and default one should be used.

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 8.2.23
Syntax
C#
public Nullable<Guid> PersonaPictureMetafileGUID { get; set; }

Property Value

Type: NullableGuid
See Also