Click or drag to resize

UserGroupManagerSetUserGuaranteedAccess Method

Enable or disable guaranteed access for particular user

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public void SetUserGuaranteedAccess(
	Guid userObjectId,
	bool hasGuaranteedAccess
)

Parameters

userObjectId
Type: SystemGuid
hasGuaranteedAccess
Type: SystemBoolean
See Also