 | ErpServiceCaller.GetUsers Method (String, String, String, ILogger) |
Namespace:
Dynamicweb.DataIntegration.Integration.ERPIntegration
Assembly:
Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntaxpublic static string GetUsers(
string endpoint,
string secret,
string settings,
ILogger logger
)
Public Shared Function GetUsers (
endpoint As String,
secret As String,
settings As String,
logger As ILogger
) As String
Parameters
- endpoint
- Type: System.String
- secret
- Type: System.String
- settings
- Type: System.String
- logger
- Type: Dynamicweb.Logging.ILogger
Return Value
Type:
String
See Also