Imports the authentication providers.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
Public Function importAuthProviders ( _
sXML As String, _
overrideExisting As Boolean _
) As Boolean
public:
bool^ importAuthProviders(
String^ sXML,
bool^ overrideExisting
)
Parameters
- sXML
- Type: String
The s XML.
- overrideExisting
- Type: Boolean
Return Value
true if XXXX,
false otherwise.