IDocumentService.CanRemoveMainFiles — метод (Document document, IEnumerable<DocumentFile>)
Определяет возможность удаления указанных основных файлов.
-
Пространство имён:
DocsVision.BackOffice.ObjectModel.Services -
Сборка:
DocsVision.BackOffice.ObjectModel.dll
Синтаксис
bool CanRemoveMainFiles(Document document, IEnumerable<DocumentFile> files)
- Параметры
-
- document
-
Тип:
DocumentДокумент
- files
-
Тип:
System.Collections.Generic.IEnumerable<DocumentFile>Список удаляемых файлов документа типа
DocumentFile
- Возвращаемое значение
-
Тип:
System.Booleantrue— все файлы могут быть удалены, иначе —false