Click or drag to resize

UserGroupManagerCheckGuids Method

Checks what kind of user objects are identified by the collection of guids

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public void CheckGuids(
	Guid[] guids,
	ref bool hasDomainGroup,
	ref bool hasDomainUser,
	ref bool hasLocalUser,
	ref bool hasDependendUser,
	ref bool hasDependendGroup
)

Parameters

guids
Type: SystemGuid
hasDomainGroup
Type: SystemBoolean
hasDomainUser
Type: SystemBoolean
hasLocalUser
Type: SystemBoolean
hasDependendUser
Type: SystemBoolean
hasDependendGroup
Type: SystemBoolean
See Also