DocumentManagerCheckAllCanConvertToElectronic Method

Check if all documents can be converted from offline to electronic.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Check if all documents can be converted from offline to electronic.")]
public bool CheckAllCanConvertToElectronic(
	List<int> metadataVersionIds
)

Parameters

metadataVersionIds  ListInt32

Return Value

Boolean

See Also