Click or drag to resize

IFocServiceAddDocument Method

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
void AddDocument(
	string filePath,
	string tempPath,
	string appName,
	Tuple<int, string> focDocumentData,
	string tempLocalPath
)

Parameters

filePath
Type: SystemString
tempPath
Type: SystemString
appName
Type: SystemString
focDocumentData
Type: SystemTupleInt32, String
tempLocalPath
Type: SystemString
See Also