RepositoryControllerAddStorageLocation Method |
Add new storage location to Document Repository
Namespace:
Â
FileHold.DocumentRepository
Assembly:
 FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntaxpublic 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