Click or drag to resize
ClientUserGroupChangeSetting Method
Changes the specified setting on the specified group.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public bool UserGroupChangeSetting(
	string GroupName,
	string SettingName,
	string NewValue
)

Parameters

GroupName
Type: SystemString
Name of group to change setting for.
SettingName
Type: SystemString
Name of setting to change.
NewValue
Type: SystemString
Value to apply to setting.

Return Value

Type: Boolean
true if successful; otherwise, false.
Remarks
Possible values of SettingName and the appropriate values include:
adminfolderaccess0 = No, 1 = Yes
admintempuseraccess0 = No, 1 = Yes
allowattachments0 = No, 1 = Yes
cancreatetempusers0 = No, 1 = Yes
descriptionAny string
displayprofileName of a valid display profile to apply, or a blank string to apply none
maxmaxattchsize0 = none, 1-9,223,372,036,854,775,807 = max max attachment size (in bytes)
maxmemberquota0 = none, 1-9,223,372,036,854,775,807 = max member quota size (in bytes)
tempusersinaddrbookexpansion0 = No, 1 = Yes
See Also