Click or drag to resize

SourceName Property

The name (or label) of the source.

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