Click or drag to resize
AbstractImportExportSettingsGetObjectTypeFilePath Method
Gets file path within the package for object type.

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

Parameters

objectType
Type: SystemString
Type of the object
siteObjects
Type: SystemBoolean
Indicates if the object is site dependent

Return Value

Type: String
See Also