Click or drag to resize
ImportExportHelperIsCommunityObjectType Method
Returns true if object type is from community module.

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

Parameters

objectType
Type: SystemString
Type of the object

Return Value

Type: Boolean
See Also