InternalServiceChangeDocumentType Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Change document type")]
public void ChangeDocumentType(
	int metadataVersionId,
	DocumentSchemaType type
)

Parameters

metadataVersionId  Int32
 
type  DocumentSchemaType
 

See Also