Click or drag to resize

LibraryStructureManagerGetUserLibraryObjects Method

Return a specified user list of library objects.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<LibraryObjectInfo> GetUserLibraryObjects(
	Guid[] userGuidIds
)

Parameters

userGuidIds
Type: SystemGuid
Indetifiers of users

Return Value

Type: ListLibraryObjectInfo
Information about users
See Also