Click or drag to resize

ImportSetLabel Property

A label applied to the custodian and sources being imported.

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