Click or drag to resize
MetaFileInfoIsThumbnail Method
Returns true if the MetaFile is a thumbnail metafile

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public bool IsThumbnail(
	ObjectTypeInfo parentTypeInfo
)

Parameters

parentTypeInfo
Type: CMS.DataEngineObjectTypeInfo
Parent type info

Return Value

Type: Boolean
See Also