Click or drag to resize

LibraryStructureObjectGetMemberGuids Method

Converts list of members in roles into list of guids

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
protected static List<Guid> GetMemberGuids(
	List<MemberInRole> membersInRoles
)

Parameters

membersInRoles
Type: System.Collections.GenericListMemberInRole

Return Value

Type: ListGuid
See Also