Click or drag to resize

ErpServiceCaller.GetAllData Method (String, String, String)

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, ILogger logger) instead.")]
public static string GetAllData(
	string endpoint,
	string secret,
	string settings
)

Parameters

endpoint
Type: System.String
secret
Type: System.String
settings
Type: System.String

Return Value

Type: String
See Also