DocumentManagerChangeType Method

Change type of selected documents between electronic document and record.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Change type of selected documents between electronic document and record.")]
public void ChangeType(
	Guid selectionId,
	DocumentSchemaType type
)

Parameters

selectionId  Guid
type  DocumentSchemaType

See Also