ExpandoObjectExtensions
Provides methods for retrieving a representation of an ExpandoObject or its properties based on a corresponding key.
Finds the case-sensitive representation of a key that a ExpandoObject is using.
public static T GetPropertyWithKey<T>(this ExpandoObject expando, string key, T defaultValue = null)
Returns the ExpandoObject property corresponding to the key passed in.
Converts an ExpandoObject that represents a file (such as that returned by query/queryslim for file fields) into a FileObject model.