ClientFolderChangeSetting Method |
Changes the specified setting on the specified folder.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public bool FolderChangeSetting(
string MOVEitFolder,
string SettingName,
string NewValue
)
Public Function FolderChangeSetting (
MOVEitFolder As String,
SettingName As String,
NewValue As String
) As Boolean
public:
bool FolderChangeSetting(
String^ MOVEitFolder,
String^ SettingName,
String^ NewValue
)
Parameters
- MOVEitFolder
- Type: SystemString
Path or ID of the folder on the MOVEit Transfer host to change a setting of. - SettingName
- Type: SystemString
Name of the setting to change. - NewValue
- Type: SystemString
Value to apply to the setting.
Return Value
Type:
Booleantrue if successful; otherwise,
false.
Remarks
Possible values of SettingName and the appropriate values include:
allowoverwrite | 0 = no, 1 = yes |
cleantype | 0 = never, 2 = every cleantime days |
cleantime | 0-16000 (days) |
filemaskrule | 0 = allow all files except masks, 1 = deny all files except masks |
filemasks | comma-delimited list of filemasks (eg, *.txt,frog.*,sni???.ach) |
newtime | 0-16000 (days) |
notedelrcptype | 0 = none, 16 = immediate |
notenewfiletype | 0 = none, 3 = in a batch every notenewfiletime minutes, 16 = immediate |
notenewfiletime | 0-16000 (minutes) |
notenodownloadtype | 0 = none, 1 = every notenodownloadtime hours, 2 = every notenodownloadtime days, 3 = every notenodownloadtime minutes |
noteupconfirmtype | 0 = none, 3 = in a batch every noteupconfirmtime minutes, 16 = immediate |
noteupconfirmtime | 0-16000 (minutes) |
parentinheritrights | 0 = no, 1 = yes |
quota | 0 = none, 1-9,223,372,036,854,775,807 = quota size (in bytes) |
subfoldercleantime | 0-16000 (days) |
useuniquenames | 0 = no, 1 = yes |
See Also