Click or drag to resize

SourceManagerQueueForDelete Method

Queue one or more sources for deletion
Caution note Caution
When deleting a source, the documents and metadata associated with that source will also be deleted.

Namespace:  Law.EdaIntegration.Import
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.3
Syntax
C#
public void QueueForDelete(
	IEnumerable<int> sourceIdsToDelete
)

Parameters

sourceIdsToDelete
Type: System.Collections.GenericIEnumerableInt32
The list of unique identifiers of the sources to be queued for deletion
See Also