Skip to content

e55934e2 e0fd f651 6b7a 26cc2a82a1ef

Fernando Garcia edited this page May 8, 2018 · 1 revision

ExportSettings.ImportFrom Method (Uri, String)

Additional header content

Returns a reference which contains specified export data model from the specified configuration file

Namespace: iTin.Export
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static ExportSettings ImportFrom(
	Uri configuration,
	string from
)

VB

Public Shared Function ImportFrom ( 
	configuration As Uri,
	from As String
) As ExportSettings

Parameters

 

configuration
Type: System.Uri
Configuration file path.
from
Type: System.String
Name of the data model to use.

Return Value

Type: ExportSettings
A ExportSettings object that represents export settings.

Exceptions

 

Exception Condition
FileNotFoundException File exception

Remarks

[Missing documentation for "M:iTin.Export.ExportSettings.ImportFrom(System.Uri,System.String)"]

See Also

Reference

ExportSettings Class
ImportFrom Overload
iTin.Export Namespace

Clone this wiki locally