UserGroupManagerCheckGuids Method
Checks what kind of user objects are identified by the collection of guids
Namespace: FileHold.UserRoleManagerAssembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
[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
-