Click or drag to resize

ISourceName Property

The name (or label) of the source.

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

Property Value

Type: String
Remarks

A source name can be up to 255 characters.

If a name is not supplied when a source is created, a default value will be generated. The default value will be the last directory in the full path of the folder or files contained in the source.

Source TypePathDefault Name
Folder\\Server\Share\Folder1\Folder2\Folder3Folder3
File\\Server\Share\FolderA\FolderB\document.docxFolderB

See Also