Exemple #1
0
 public LBi.LostDoc.MsdnContentService.getNavigationPathsResponse GetNavigationPaths(LBi.LostDoc.MsdnContentService.appId appId, LBi.LostDoc.MsdnContentService.getNavigationPathsRequest getNavigationPathsRequest)
 {
     LBi.LostDoc.MsdnContentService.GetNavigationPathsRequest1 inValue = new LBi.LostDoc.MsdnContentService.GetNavigationPathsRequest1();
     inValue.appId = appId;
     inValue.getNavigationPathsRequest = getNavigationPathsRequest;
     LBi.LostDoc.MsdnContentService.GetNavigationPathsResponse1 retVal = ((LBi.LostDoc.MsdnContentService.ContentServicePortType)(this)).GetNavigationPaths(inValue);
     return(retVal.getNavigationPathsResponse);
 }
Exemple #2
0
 public GetNavigationPathsRequest1(LBi.LostDoc.MsdnContentService.appId appId, LBi.LostDoc.MsdnContentService.getNavigationPathsRequest getNavigationPathsRequest)
 {
     this.appId = appId;
     this.getNavigationPathsRequest = getNavigationPathsRequest;
 }