Click or drag to resize

DigitalSignatureManagerGetAgreements Method

Get a list of agreements and their statuses.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public FilteredResult<DigitalSignatureAgreement> GetAgreements(
	int skip,
	int take,
	GridFilter filter,
	List<SortDescriptor> sorting,
	List<ColumnInformation> columns
)

Parameters

skip
Type: SystemInt32
take
Type: SystemInt32
filter
Type: FileHold.Common.GridGridFilter
sorting
Type: System.Collections.GenericListSortDescriptor
columns
Type: System.Collections.GenericListColumnInformation

Return Value

Type: FilteredResultDigitalSignatureAgreement
Exceptions
See Also