Click or drag to resize

DocumentManagerCheckAllCanChangeType Method

Check if all documents can be converted between documents and records.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public bool CheckAllCanChangeType(
	List<int> metadataVersionIds
)

Parameters

metadataVersionIds
Type: System.Collections.GenericListInt32

Return Value

Type: Boolean
See Also