Click or drag to resize

ErpServiceCallerGetAllData Method (String, String, String, TimeSpan)

Note: This API is now obsolete.

Namespace:  Dynamicweb.DataIntegration.Integration.ERPIntegration
Assembly:  Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax
[ObsoleteAttribute("Use GetAllData(string endpoint, string secret, string settings, TimeSpan timeout, ILogger logger) instead.")]
public static string GetAllData(
	string endpoint,
	string secret,
	string settings,
	TimeSpan timeout
)

Parameters

endpoint
Type: SystemString
secret
Type: SystemString
settings
Type: SystemString
timeout
Type: SystemTimeSpan

Return Value

Type: String
See Also