Click or drag to resize
DefaultClassThumbnailGetDefaultClassThumbnailGuid Method
Gets GUID of default avatar located in MetaFile table for processed object info.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public Nullable<Guid> GetDefaultClassThumbnailGuid()

Return Value

Type: NullableGuid
GUID of default image, if exists; null otherwise
See Also