| ISourceManagerQueueForDelete Method |
Queue one or more sources for deletion
Caution |
---|
When deleting a source, the documents and metadata associated with that source
will also be deleted.
|
Namespace:
EdaIntegrationContract.Import
Assembly:
EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax 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