UserGroupManagerCheckGuids Method

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

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Checks what kind of user objects are identified by the collection of guids")]
public void CheckGuids(
	Guid[] guids,
	ref bool hasDomainGroup,
	ref bool hasDomainUser,
	ref bool hasLocalUser,
	ref bool hasDependendUser,
	ref bool hasDependendGroup
)

Parameters

guids  Guid
 
hasDomainGroup  Boolean
 
hasDomainUser  Boolean
 
hasLocalUser  Boolean
 
hasDependendUser  Boolean
 
hasDependendGroup  Boolean
 

See Also