Skip to content

3855d6a9 85fc 5025 ce79 015c7ee24681

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

ExportSettings.TryGetConfigurationFile Method

Additional header content

Try to get the configuration file from a ExportSettings reference. Returns a value indicating if it was possible to obtain the 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 bool TryGetConfigurationFile(
	ExportSettings settings,
	out Uri configuration
)

VB

Public Shared Function TryGetConfigurationFile ( 
	settings As ExportSettings,
	<OutAttribute> ByRef configuration As Uri
) As Boolean

Parameters

 

settings
Type: iTin.Export.ExportSettings
Export settings reference.
configuration
Type: System.Uri
Configuration file.

Return Value

Type: Boolean
true if it was possible to obtain the configuration file; otherwise false.

Remarks

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

See Also

Reference

ExportSettings Class
iTin.Export Namespace

Clone this wiki locally