FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deoAuthConnections..::..copyOAuthSource Method

Copies the o authentication source.

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

Syntax


public bool copyOAuthSource(
	string sOauthName,
	ref string sNewOauthName
)
Public Function copyOAuthSource ( _
	sOauthName As String, _
	ByRef sNewOauthName As String _
) As Boolean
public:
bool^ copyOAuthSource(
	String^ sOauthName, 
	String^% sNewOauthName
)

Parameters

sOauthName
Type: String
Name of the s oauth.
sNewOauthName
Type: String%
Name of the s new oauth.

Return Value

true if XXXX, false otherwise.