M-Files API 23.11.13135.0
ModifyScheduledJob Method
VaultScheduledJobManagementOperations Object : ModifyScheduledJob Method
The scheduled job to be modified.
Description
Modifies the specified scheduled job in the vault.
Syntax
Visual Basic
Public Sub ModifyScheduledJob( _
   ByVal ScheduledJob As ScheduledJob _
) 
Parameters
ScheduledJob
The scheduled job to be modified.
Remarks

This method is available only if M-Files API is used in the server interface mode.

If the targeted scheduled task is an ExportContentJob or an ImportContentJob and if replication via cloud is enabled (see SetReplicationViaCloud for export jobs and SetReplicationViaCloud for import jobs), the "UseMultipleContentPackages" flag via the "Flags" property must be enabled as well (see Flags for export jobs and for Flags import jobs, and eventually MFExportContentFlag and MFImportContentFlag, respectively).

See Also

VaultScheduledJobManagementOperations Object  | VaultScheduledJobManagementOperations Members