Click or drag to resize
DefaultClassThumbnail Constructor
Initializes a new instance of the DefaultClassThumbnail class.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public DefaultClassThumbnail(
	string objectType
)

Parameters

objectType
Type: SystemString
Code name of the class whose Avatar meta files will be managed
Exceptions
ExceptionCondition
ArgumentNullExceptionobjectType is null
See Also