Click or drag to resize
SourceConnectionBuilderBuild Method (String)
Creates an ISourceConnection

Namespace: FlexRule.Core.Model.SourceConnections
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public ISourceConnection Build(
	string sourceAddress
)

Parameters

sourceAddress
Type: SystemString
can be address to http, ftp or local file

Return Value

Type: ISourceConnection
See Also