You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can use the $VaultCOnnection object and change it to $syncPropertiesJob = New-Object Connectivity.Services.Job.SyncPropertiesJob($vaultConnection.Vault,[long]$fileForSyncJob.Id,$fileForSyncJob.Name,$false) # params - vaultname, fileversionid, filename, queueCreateDwfJobOnCompletion - there's overloaded constructor for working with collections
The text was updated successfully, but these errors were encountered:
In the following line "vault" is hardcoded as the first parameter:
powerjobs-samples/Sync Properties Update Revision Block and Create PDF/Jobs/Sample.SyncProperties.UpdateRevisionBlock.CreatePDF.ps1
Line 35 in a7a0332
We can use the $VaultCOnnection object and change it to
$syncPropertiesJob = New-Object Connectivity.Services.Job.SyncPropertiesJob($vaultConnection.Vault,[long]$fileForSyncJob.Id,$fileForSyncJob.Name,$false) # params - vaultname, fileversionid, filename, queueCreateDwfJobOnCompletion - there's overloaded constructor for working with collections
The text was updated successfully, but these errors were encountered: