This method initiates an archive retieval job for the specified archive and returns back the job id.
            Once the is complete
            
 Declaration Syntax
 Declaration Syntax| C# | 
public string InitiateArchiveRetrievalJob( string vaultName, string archiveId, InitiateArchiveRetrievalOptions options )
 Parameters
 Parameters- vaultName (String)
- The name of the vault that contains the archive to initiate the job for.
- archiveId (String)
- The archive id that the download job will retrieve.
- options (InitiateArchiveRetrievalOptions)
- Additional options that can be used for initiating archive retrieval.
 Return Value
 Return ValueThe job id for the initiated job.