Click or drag to resize

DocumentManagerInternalPrepareDocuments Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void InternalPrepareDocuments(
	bool checkingOut,
	ref Guid token,
	ref long fileSize,
	ref string fileName,
	InternalService rcInternal,
	Database database,
	ref long repFileId,
	DbTransaction transaction,
	List<int> ids
)

Parameters

checkingOut
Type: SystemBoolean
token
Type: SystemGuid
fileSize
Type: SystemInt64
fileName
Type: SystemString
rcInternal
Type: InternalService
database
Type: Database
repFileId
Type: SystemInt64
transaction
Type: System.Data.CommonDbTransaction
ids
Type: System.Collections.GenericListInt32
See Also