RepositoryControllerCheckRepositoryLocation Method

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Validates the specified repository locations.")]
public void CheckRepositoryLocation(
	Location repositoryLocation,
	bool delete
)

Parameters

repositoryLocation  Location
 
delete  Boolean
 

See Also