Click or drag to resize

InternalServiceDeleteFilesBatch Method

Physically remove multiple files from repository

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public long[] DeleteFilesBatch(
	long[] repFileIds
)

Parameters

repFileIds
Type: SystemInt64

Return Value

Type: Int64
list of successfully deleted repFileIds
See Also