Click or drag to resize

IImportSetLabel Property

A label applied to the custodian and sources being imported by the Import Set.

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

Property Value

Type: String
Remarks

Import Set labels can be up to 100 characters and must be unique to the case. Any name longer than that will be truncated to 100 characters.

When an Import Set is created, if no label is specified, then a default value will be automatically generated using the following format: Import Set NNN, e.g. Import Set 001

See Also