Click or drag to resize

DocumentManagerGetDocumentLocation Method (Int32, Boolean, Database, DbTransaction)

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public static List<int> GetDocumentLocation(
	int documentId,
	out bool isArchive,
	Database database,
	DbTransaction transaction
)

Parameters

documentId
Type: SystemInt32
isArchive
Type: SystemBoolean
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: ListInt32
See Also