Click or drag to resize

FileHoldDataServiceUploadNewVersion Method

Namespace:  FileHold.LibraryManager.ConvertToPdf
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int UploadNewVersion(
	int metadataVersionId,
	byte[] documentContent,
	string fileName,
	string documentName,
	bool convertToElectronicDocument,
	Guid workflowGuid,
	bool isAdobeSignProcess = false
)

Parameters

metadataVersionId
Type: SystemInt32
documentContent
Type: SystemByte
fileName
Type: SystemString
documentName
Type: SystemString
convertToElectronicDocument
Type: SystemBoolean
workflowGuid
Type: SystemGuid
isAdobeSignProcess (Optional)
Type: SystemBoolean

Return Value

Type: Int32
See Also