Skip to main content

IImporterOptions.SourceUri Property

Gets or sets the URI of the document being imported.

Namespace: DevExpress.Office.Import

Assembly: DevExpress.Office.v23.2.Core.dll

NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation

Declaration

string SourceUri { get; set; }

Property Value

Type Description
String

A string representing the document URI.

Property Paths

You can access this nested property as listed below:

Object Type Path to SourceUri
SpreadsheetBeforeImportEventArgs
.Options .SourceUri
BeforeImportEventArgs
.Options .SourceUri

Remarks

For an example of use see the DocumentImporterOptions.SourceUri reference.

See Also