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
privatestringUpdateFieldOnContent(IContentcon,stringcontentName,stringpropertyName,objectvalue){//Problem: con might only contain very few properties (not inherited)if(con.Property.Contains(propertyName)){
...}}
The text was updated successfully, but these errors were encountered:
See the comment in the code here https://github.com/lilt/ServiceAPIExtensions/blob/master/ServiceAPIExtensions/Controllers/ContentAPiController.cs#L910-L912
The text was updated successfully, but these errors were encountered: