Click or drag to resize

ImportSetBuilderImportSetLabel Property

A label applied to the set of sources being imported.

Namespace:  Law.EdaIntegration.Import
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public string ImportSetLabel { get; set; }

Property Value

Type: String

Implements

IImportSetBuilderImportSetLabel
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.

See Also