Method | Description | |
---|---|---|
GetImportInformationControl ( |
Gets the import information control for the specified import provider.
|
|
Import ( |
Begins the import using the information within the populated Control.
|
|
ValidateImportAnswers ( |
Validates the import information provided by the user. Returns a string with error information. The string is empty if there are no errors.
|
public static GetImportInformationControl ( |
||
provider | Provider info. | |
return |
public static Import ( |
||
populatedControl | Control containing the user's answers. | |
provider | ||
return | void |
public static ValidateImportAnswers ( |
||
populatedControl | Information. | |
provider | ||
return | string |