DocumentManagerCheckAllCanChangeType Method

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

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 between documents and records.")]
public bool CheckAllCanChangeType(
	List<int> metadataVersionIds
)

Parameters

metadataVersionIds  ListInt32

Return Value

Boolean

See Also