RepositoryController.GetLocationStatistics Method
Click or drag to resize

RepositoryControllerGetLocationStatistics Method

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public void GetLocationStatistics(
	string path,
	ref long capacity,
	ref long freespace,
	ref long defualtThreshold
)

Parameters

path
Type: SystemString
capacity
Type: SystemInt64
freespace
Type: SystemInt64
defualtThreshold
Type: Int64
See Also