DocumentManagerCheckDocumentType Method

Return information about format of given documents.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return information about format of given documents.")]
public void CheckDocumentType(
	List<int> metadataVersionIds,
	ref bool allIncludeElectronic,
	ref bool allIncludeRecords,
	ref bool allIncludeOffline
)

Parameters

metadataVersionIds  ListInt32
allIncludeElectronic  Boolean
allIncludeRecords  Boolean
allIncludeOffline  Boolean

See Also