Updating an Array of GUIDs from MVC
This is the error I receive:
The specified property 'RelatedAsset' does not exist on type 'Telerik.Sitefinity.DynamicTypes.Model.Resource.Resource'.
I've created a custom field called RelatedAsset in the Resource module but it's saying the property does not exist?
Hi Jay,
Are you by any chance trying to set the field by directly accessing it from the DynamicContent object like a property?
myDynamicItem.RelatedAsset = someGuidArray;