Example #1
0
 public static TermCollection GetAllTerms(this CSOMOperation operation, string termSetName, Lcid lcid,
                                          params Expression <Func <Term, object> >[] keysToLoad)
 {
     return(operation.GetAllTerms(termSetName, (uint)lcid, keysToLoad));
 }