IFocServiceAddDocument Method

Definition

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

Parameters

filePath  String
 
tempPath  String
 
appName  String
 
focDocumentData  TupleInt32, String
 
tempLocalPath  String
 

See Also