3.2.4.2.48.3 Name (put) (Opnum 13)

The Name (put) method sets the name property of the file management job.

 [propput, id(FSRM_PROPERTY(FSRM_DISPID_FILE_MANAGEMENT_JOB | 0x01))] HRESULT Name(
   [in] BSTR name
 );

name: Contains the name for the file management job to use. The maximum length of this string MUST be 100 characters.

Return Values: The method MUST return zero on success, or a nonzero error code on failure.

Return value/code

Description

0x80070057

E_INVALIDARG

This code is returned for the following reasons:

  • The name parameter is empty.

  • The name of the file management job exceeds the maximum length of 1000 characters.

The server MUST use name as the File Management Job.Name for the file management job or return a nonzero error code.