Click or drag to resize

DocumentManagerCheckNewOwnerPermissons Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int CheckNewOwnerPermissons(
	Guid newOwner,
	Operations[] operations,
	Database database,
	DbTransaction transaction
)

Parameters

newOwner
Type: SystemGuid
operations
Type: FileHold.CommonOperations
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: Int32
See Also