Click or drag to resize

ImportSessionLabel 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 session 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 a session is created, if no label is specified then a default value will be automatically generated using the following format: yyyy-mm-dd-00N, e.g. 2014-07-21-001

See Also