Click or drag to resize
ImportExportHelperIsCMSObjectType Method
Returns true if object type is general object.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static bool IsCMSObjectType(
	string objectType
)

Parameters

objectType
Type: SystemString
Type of the object

Return Value

Type: Boolean
See Also