RepositoryControllerGetLocationStatistics Method

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Gets a location's statistics.")]
public void GetLocationStatistics(
	string path,
	ref long capacity,
	ref long freespace,
	ref long defualtThreshold
)

Parameters

path  String
 
capacity  Int64
 
freespace  Int64
 
defualtThreshold  Int64
 

See Also