[This is preliminary documentation and is subject to change.]

Gets the url that has to be sent to the provider via http request.

Namespace:  OfficeClip.DBLayer.Account
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void GetProviderUrl(
	string category,
	transactionInfo ti,
	ref string urlStr,
	ref string headerStr,
	ref ArrayList resultArr
)
Visual Basic (Declaration)
Public Sub GetProviderUrl ( _
	category As String, _
	ti As transactionInfo, _
	ByRef urlStr As String, _
	ByRef headerStr As String, _
	ByRef resultArr As ArrayList _
)
Visual C++
public:
void GetProviderUrl(
	String^ category, 
	transactionInfo^ ti, 
	String^% urlStr, 
	String^% headerStr, 
	ArrayList^% resultArr
)

Parameters

category
Type: System..::.String
The provider category as specified in the specification file
ti
Type: OfficeClip.BusinessLayer.Account..::.transactionInfo
The transaction information object
urlStr
Type: System..::.String%
The url string to be returned
headerStr
Type: System..::.String%
The header string
resultArr
Type: System.Collections..::.ArrayList%
The result array

See Also