Hello,
Is there a way to update package builder after package is build? There's no method found in the SDK.
Please advise. Thanks so much.
May 22Created
January 21Last Updated
5 years agoLast Reply
1Replies
29Views
2Users
0Likes
0Links
Duo_Liang | Posts: 3776
Reply to: PackageBuilder in .net sdk
Wednesday, May 22, 2019 at 10:03am
0
votes
Hello there,
Once Package was built, it can't be reverted to PackageBuilder. If you were trying to update package level attributes, like expiry date or package description, etc, you could directly change package object and then call the .UpdatePackage() function:
If you want to update other bit of metadata other than package level attributes, find the related service class and call the update function there instead:
Reply to: PackageBuilder in .net sdk
Wednesday, May 22, 2019 at 10:03am.UpdatePackage()
function: If you want to update other bit of metadata other than package level attributes, find the related service class and call the update function there instead: Hope this could help! Duo