Click or drag to resize

UserGroupManagerMemberOfDistinctFHGroups Method (Guid, Database, DbTransaction)

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public List<ADAMObject> MemberOfDistinctFHGroups(
	Guid userGuid,
	Database database,
	DbTransaction transaction
)

Parameters

userGuid
Type: SystemGuid
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: ListADAMObject
See Also