Click or drag to resize

DigitalSignatureManagerReconciliation Method

Perform reconcilation for the selected agreements.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void Reconciliation(
	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
Exceptions
See Also