Click or drag to resize

DocumentManagerChangeType Method

Change type of selected documents between electronic document and record.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void ChangeType(
	Guid selectionId,
	DocumentSchemaType type
)

Parameters

selectionId
Type: SystemGuid
type
Type: FileHold.CommonDocumentSchemaType
See Also