Skip to content

eabadaf5 2f41 36b0 60ec 2ab2081fd87d

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

BaseProvider.LoadXmlFromFile Method

Additional header content

Retrieves Xml content of specified table in a file.

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

Syntax

C#

protected static IEnumerable<XElement> LoadXmlFromFile(
	string fileName,
	string table
)

VB

Protected Shared Function LoadXmlFromFile ( 
	fileName As String,
	table As String
) As IEnumerable(Of XElement)

Parameters

 

fileName
Type: System.String
Target filename
table
Type: System.String
Table to retrieve

Return Value

Type: IEnumerable(XElement)
A collection of XElement that contains the table content as XML.

Remarks

[Missing documentation for "M:iTin.Export.ComponentModel.Provider.BaseProvider.LoadXmlFromFile(System.String,System.String)"]

See Also

Reference

BaseProvider Class
iTin.Export.ComponentModel.Provider Namespace

Clone this wiki locally