예제 #1
0
 public static ItemFields Embedded(this ItemFields fields, string fieldName)
 {
     return(fields.Embeddeds(fieldName).FirstOrDefault());
 }