Click or drag to resize

DocumentManagerCheckDocumentType Method

Return information about format of given documents.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void CheckDocumentType(
	List<int> metadataVersionIds,
	ref bool allIncludeElectronic,
	ref bool allIncludeRecords,
	ref bool allIncludeOffline
)

Parameters

metadataVersionIds
Type: System.Collections.GenericListInt32
allIncludeElectronic
Type: SystemBoolean
allIncludeRecords
Type: SystemBoolean
allIncludeOffline
Type: SystemBoolean
See Also