RepositoryControllerAddStorageLocation Method

Add new storage location to Document Repository

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Add new storage location to Document Repository")]
public void AddStorageLocation(
	string locationPath
)

Parameters

locationPath  String
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