Click or drag to resize

SourceDescription Property

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

Namespace:  Law.EdaIntegration.Import
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public 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