FileHoldDataServiceUploadNewVersion Method

Definition

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

Parameters

metadataVersionId  Int32
 
documentContent  Byte
 
fileName  String
 
documentName  String
 
convertToElectronicDocument  Boolean
 
workflowGuid  Guid
 
isAdobeSignProcess  Boolean  (Optional)
 
keepOldVersionInWorkflow  Boolean  (Optional)
 

Return Value

Int32

See Also