Delete all Files associated with the Source.
Syntax
finDocumentManager.DeleteFilesFromSource(sourceType, sourceId, [deleteFiles], [deleteMetadata])
Parameters
| Name | Type | Optional | ByRef | Description |
| sourceType |
String |
|
|
The Source Type. |
| sourceId |
String |
|
|
|
| deleteFiles |
Boolean |
Optional |
|
Indicates whether to delete Files.
If omitted, a value of True is assumed. |
| deleteMetadata |
Boolean |
Optional |
|
Indicates whether to delete Meta data.
If omitted, a value of True is assumed. |
Return Value
Boolean
A Boolean value indicating success.
- Member of:
- finDocumentManager
- Namespace:
- Intersoft.finSupport6
- Assembly:
- finSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0