Skip to content

c07e0b4a 4aec 3d9f a281 f6590f5571b3

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

ExportsModel.GetRelativeFilePathParsed Method

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 static string GetRelativeFilePathParsed(
	ExportModel model,
	KnownRelativeFilePath element
)

VB

Public Shared Function GetRelativeFilePathParsed ( 
	model As ExportModel,
	element As KnownRelativeFilePath
) As String

Parameters

 

model
Type: iTin.Export.Model.ExportModel
Model in which search.
element
Type: iTin.Export.Model.KnownRelativeFilePath
Element to recover.

Return Value

Type: String
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.ExportsModel.GetRelativeFilePathParsed(iTin.Export.Model.ExportModel,iTin.Export.Model.KnownRelativeFilePath)"]

See Also

Reference

ExportsModel Class
iTin.Export.Model Namespace

Clone this wiki locally