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.PersonasAssembly: CMS.Personas (in CMS.Personas.dll) Version: 12.0.0
Syntaxpublic Nullable<Guid> PersonaPictureMetafileGUID { get; set; }
Property Value
Type:
NullableGuid
See Also