Click or drag to resize

RepositoryControllerGetRepositoryGroups Method (GridReadActionData, Database, DbTransaction)

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public FilteredGridResult<StorageGroup> GetRepositoryGroups(
	GridReadActionData request,
	Database database,
	DbTransaction transaction
)

Parameters

request
Type: FileHold.Common.GridGridReadActionData
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: FilteredGridResultStorageGroup
See Also