Click or drag to resize
ImportExportHelperGetDependenciesList Method
Returns list of object types the given object type depends on.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 8.2.23
Syntax
C#
public static IEnumerable<string> GetDependenciesList(
	string objectType,
	List<string> processed = null,
	bool checkParent = true
)

Parameters

objectType
Type: SystemString
Object type the dependencies of which should be retrieved
processed (Optional)
Type: System.Collections.GenericListString
List of already processed object types to avoid infinite loop
checkParent (Optional)
Type: SystemBoolean

Return Value

Type: IEnumerableString
See Also