Click or drag to resize

RepositoryControllerCleanUpStorageLocation Method (Int32, Database, DbTransaction)

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public void CleanUpStorageLocation(
	int id,
	Database database,
	DbTransaction transaction
)

Parameters

id
Type: SystemInt32
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
See Also