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
endpoint
stringendpoint address
secret
stringsecret phrase
userName
stringUser name
password
stringUser password
Returns
GetAllData(string, string, string)
Gets data from endpoint
public static string GetAllData(string endpoint, string secret, string importGroupID)