Click or drag to resize

AuditLogAddLibraryObjectActionEntry Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public static void AddLibraryObjectActionEntry(
	LibraryStructureObject newLibraryObject,
	LibraryStructureObject parentObject,
	int cabinetId,
	int? oldLibraryObjectId,
	int? documentCount,
	Database database,
	DbTransaction transaction
)

Parameters

newLibraryObject
Type: FileHold.LibraryManagerLibraryStructureObject
parentObject
Type: FileHold.LibraryManagerLibraryStructureObject
cabinetId
Type: SystemInt32
oldLibraryObjectId
Type: SystemNullableInt32
documentCount
Type: SystemNullableInt32
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
See Also