Click or drag to resize

UserGroupManagerChangeUserAccountsState Method

Enable or disable FileHold accounts for selected users

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public void ChangeUserAccountsState(
	Guid[] userObjectIds,
	bool hasFileHoldAccountEnabled
)

Parameters

userObjectIds
Type: SystemGuid
hasFileHoldAccountEnabled
Type: SystemBoolean
See Also