Click or drag to resize
ImportSettingsControlsRegisterGetSiteSettingsControl Method
Gets settings control registered for site objectType.

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

Parameters

objectType
Type: SystemString
Object type for which the control is designed.

Return Value

Type: String
Virtual path of the control, if any is registered, or null.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when objectType is null or empty string.
See Also