Click or drag to resize

UserGroupManagerChangeUserAccountState Method

Enable or disable FileHold account for particular user

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

Parameters

userObjectId
Type: SystemGuid
hasFileHoldAccountEnabled
Type: SystemBoolean
See Also