Click or drag to resize

RepositorySourceGetRepositoryByName Method

Gets the repository with the specified name.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public Repository GetRepositoryByName(
	string repositoryName
)

Parameters

repositoryName
Type: SystemString
Name of the repository.

Return Value

Type: Repository
See Also