InternalServiceDeleteFile Method

Physically remove file from repository

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Physically remove file from repository")]
public bool DeleteFile(
	long repFileId
)

Parameters

repFileId  Int64

Return Value

Boolean
True if successful

See Also