Example #1
0
    public System.Threading.Tasks.Task <GetTermsByLabelResponse> GetTermsByLabelAsync(string label, int lcid, schemas.microsoft.com.sharepoint.taxonomy.soap.StringMatchOption matchOption, int resultCollectionSize, string termIds, bool addIfNotFound)
    {
        GetTermsByLabelRequest inValue = new GetTermsByLabelRequest();

        inValue.Body                      = new GetTermsByLabelRequestBody();
        inValue.Body.label                = label;
        inValue.Body.lcid                 = lcid;
        inValue.Body.matchOption          = matchOption;
        inValue.Body.resultCollectionSize = resultCollectionSize;
        inValue.Body.termIds              = termIds;
        inValue.Body.addIfNotFound        = addIfNotFound;
        return(((TaxonomywebserviceSoap)(this)).GetTermsByLabelAsync(inValue));
    }
Example #2
0
 System.Threading.Tasks.Task <GetTermsByLabelResponse> TaxonomywebserviceSoap.GetTermsByLabelAsync(GetTermsByLabelRequest request)
 {
     return(base.Channel.GetTermsByLabelAsync(request));
 }
Example #3
0
 GetTermsByLabelResponse TaxonomywebserviceSoap.GetTermsByLabel(GetTermsByLabelRequest request)
 {
     return(base.Channel.GetTermsByLabel(request));
 }