InternalServiceDeleteFilesBatch Method

Physically remove multiple files from repository

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Physically remove multiple files from repository")]
public long[] DeleteFilesBatch(
	long[] repFileIds
)

Parameters

repFileIds  Int64

Return Value

Int64
list of successfully deleted repFileIds

See Also