RepositoryController.AddStorageLocation Method
Click or drag to resize

RepositoryControllerAddStorageLocation Method

Add new storage location to Document Repository

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public void AddStorageLocation(
	string locationPath
)

Parameters

locationPath
Type: SystemString
path to storage's location
Remarks
1. input – path to new location 2. check if path exists; if not – create 3. add storage to database
See Also