ImportExportHelper GetDependenciesList Method Kentico 8.0 API Reference
Returns list of object types the given object type depends on.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

objectType
Type: OnlineSystem String
Object type the dependencies of which should be retrieved
processed (Optional)
Type: OnlineSystem.Collections.Generic List OnlineString 
List of already processed object types to avoid infinite loop
checkParent (Optional)
Type: OnlineSystem Boolean

Return Value

Type: OnlineIEnumerable OnlineString 
See Also