| ClientUserGroupChangeSetting Method  | 
            Changes the specified setting on the specified group.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic bool UserGroupChangeSetting(
	string GroupName,
	string SettingName,
	string NewValue
)
Public Function UserGroupChangeSetting ( 
	GroupName As String,
	SettingName As String,
	NewValue As String
) As Boolean
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: 
Booleantrue if successful; otherwise, 
false.
Remarks
            Possible values of SettingName and the appropriate values include:
            
| adminfolderaccess | 0 = No, 1 = Yes | 
| admintempuseraccess | 0 = No, 1 = Yes | 
| allowattachments | 0 = No, 1 = Yes | 
| cancreatetempusers | 0 = No, 1 = Yes | 
| description | Any string | 
| displayprofile | Name of a valid display profile to apply, or a blank string to apply none | 
| maxmaxattchsize | 0 = none, 1-9,223,372,036,854,775,807 = max max attachment size (in bytes) | 
| maxmemberquota | 0 = none, 1-9,223,372,036,854,775,807 = max member quota size (in bytes) | 
| tempusersinaddrbookexpansion | 0 = No, 1 = Yes | 
See Also