Skip to content

a759a21b 2f4e 60d3 42db abfe9eec2fb9

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

ExportModel.ParseRelativeFilePath Method (KnownRelativeFilePath)

Additional header content

Gets a valid full path from a relative path.

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

Syntax

C#

public string ParseRelativeFilePath(
	KnownRelativeFilePath element
)

VB

Public Function ParseRelativeFilePath ( 
	element As KnownRelativeFilePath
) As String

Parameters

 

element
Type: iTin.Export.Model.KnownRelativeFilePath
The element.

Return Value

Type: String
The valid full path.

Exceptions

 

Exception Condition
InvalidEnumArgumentException The value specified is outside the range of valid values.

Remarks

[Missing documentation for "M:iTin.Export.Model.ExportModel.ParseRelativeFilePath(iTin.Export.Model.KnownRelativeFilePath)"]

See Also

Reference

ExportModel Class
ParseRelativeFilePath Overload
iTin.Export.Model Namespace

Clone this wiki locally