Ejemplo n.º 1
0
 public static Keyword Keyword(this ItemFields fields, string fieldName)
 {
     return(fields.Keywords(fieldName).FirstOrDefault());
 }