| ErpServiceCallerGetAllData Method (String, String, String, ILogger) |
Namespace:
Dynamicweb.DataIntegration.Integration.ERPIntegration
Assembly:
Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax public static string GetAllData(
string endpoint,
string secret,
string settings,
ILogger logger
)
Public Shared Function GetAllData (
endpoint As String,
secret As String,
settings As String,
logger As ILogger
) As String
Parameters
- endpoint
- Type: SystemString
- secret
- Type: SystemString
- settings
- Type: SystemString
- logger
- Type: Dynamicweb.LoggingILogger
Return Value
Type:
StringSee Also