Click or drag to resize

ExternalPortalManagerAddDocumentInfo Method (Guid, String, ListTupleString, Object, Database, DbTransaction)

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int AddDocumentInfo(
	Guid token,
	string fileName,
	List<Tuple<string, Object>> custom,
	Database database,
	DbTransaction transaction
)

Parameters

token
Type: SystemGuid
fileName
Type: SystemString
custom
Type: System.Collections.GenericListTupleString, Object
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: Int32
See Also