Click or drag to resize
SourceConnectionBuilderBuildLocalFile Method
Creates connection for a local file

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 static ISourceConnection BuildLocalFile(
	string file
)

Parameters

file
Type: SystemString

Return Value

Type: ISourceConnection
See Also