RepositoryControllerGetFileSize Method

Return size of file with specified id

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return size of file with specified id")]
public long GetFileSize(
	long repFileId
)

Parameters

repFileId  Int64
file id

Return Value

Int64
file size

See Also