Click or drag to resize

UserGroupManagerFindUserObjectExcluding Method

Find user objects excluding those with given permissions

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public List<ADAMObject> FindUserObjectExcluding(
	string name,
	string email,
	bool withDomainGroups,
	List<Guid> excluding
)

Parameters

name
Type: SystemString
email
Type: SystemString
withDomainGroups
Type: SystemBoolean
excluding
Type: System.Collections.GenericListGuid

Return Value

Type: ListADAMObject
See Also