Click or drag to resize

LibraryStructureManagerChangeLibraryObjectsOwner Method

Change cabinet or folder ownership.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void ChangeLibraryObjectsOwner(
	Guid newOwner,
	LibraryObjectInfo[] libObjects
)

Parameters

newOwner
Type: SystemGuid
Uniqueidentifier of the new owner
libObjects
Type: FileHold.LibraryManagerLibraryObjectInfo
Array of the library objects
See Also