Click or drag to resize

ISourceDescription Property

An auto-generated description describing the inputs for the source.

Namespace:  EdaIntegrationContract.Import
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
string Description { get; }

Property Value

Type: String
Remarks

The description for a source is automatically generated when the source is created. The input files/folders are used to build the descrition as follows:

Source TypeDescription ValueExample
FolderThe full path to the folder\\Server\Samples\FolderA
File The full path to the folder containing the files followed by the number of files \\Server\Samples\Documents (10 files)

See Also