FolderDto does not contain definition for FeedType

The FolderDto object in Orchestrator.Client.Models.FolderDto does not contain a property that points at The FeedType. This means serializing this object to use with the Orchestrator API is not possible for PUT and POST activities involving a folder with a folder package feed. In fact, when you hit the PUT endpoint to change a folder that is under a folder with a package feed, you get a 400 response, stating that you may not change the folder feed type.

Hi @Mason_Turvey_Silver

Would you mind sharing some screenshots to give some more context?

Also, the Studio version and the System activty package version would help here, as well as the type of the project (legacy or windows).

I am using studio 22.10, cross platform and windows compatibility with activities at any version (in the screenshot I’m on 22.10.4

It is quite simple to see this if trying to access the properties inside of a FolderDto object:

image

There is no feed type. when you serialize this object, and then make a call to the “PUT” endpoint on Orchestrator API, then you get an invalid exception, as the feed type is not included in the object.