ImportSettingsControlsRegisterGetSettingsControl Method |
Gets settings control registered for objectType.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax public static string GetSettingsControl(
string objectType
)
Parameters
- objectType
- Type: SystemString
Object type for which the control is designed.
Return Value
Type:
StringVirtual path of the control, if any is registered, or null.
Exceptions Exception | Condition |
---|
ArgumentException | Thrown when objectType is null or empty string. |
See Also