Click or drag to resize

DocumentManagerGetRepFilesSummary Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<RepFileSummary> GetRepFilesSummary(
	int locationId,
	bool onlyNonPreferred,
	bool excludeQueuedFiles
)

Parameters

locationId
Type: SystemInt32
onlyNonPreferred
Type: SystemBoolean
excludeQueuedFiles
Type: SystemBoolean

Return Value

Type: ListRepFileSummary
See Also