Class ADServiceCaller
- Assembly
- Dynamicweb.DataIntegration.dll
Provides methods for getting data from AD services
public class ADServiceCaller
- Inheritance
-
ADServiceCaller
- Inherited Members
Methods
AuthenticateUser(string, string, string, string)
Authenticates user
public static bool AuthenticateUser(string endpoint, string secret, string userName, string password)
Parameters
endpointstringendpoint address
secretstringsecret phrase
userNamestringUser name
passwordstringUser password
Returns
GetAllData(string, string, string)
Gets data from endpoint
public static string GetAllData(string endpoint, string secret, string importGroupID)