RepositoryControllerSetStorageLocation Method

Add new storage to Document Repository removing all other storages

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "This method is no longer supported, use SetRepositoryLocation instead.")]
public void SetStorageLocation(
	string locationPath
)

Parameters

locationPath  String
 

See Also