FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..importAuthProviders Method

Imports the authentication providers.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool importAuthProviders(
	string sXML,
	bool overrideExisting
)
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.