Example #1
0
 public void NewFolder(string username, string path)
 {
     StrongholdClient.FileStronghold.NewFolderRequest inValue = new StrongholdClient.FileStronghold.NewFolderRequest();
     inValue.Body          = new StrongholdClient.FileStronghold.NewFolderRequestBody();
     inValue.Body.username = username;
     inValue.Body.path     = path;
     StrongholdClient.FileStronghold.NewFolderResponse retVal = ((StrongholdClient.FileStronghold.StrongholdSoap)(this)).NewFolder(inValue);
 }
Example #2
0
 StrongholdClient.FileStronghold.NewFolderResponse StrongholdClient.FileStronghold.StrongholdSoap.NewFolder(StrongholdClient.FileStronghold.NewFolderRequest request)
 {
     return(base.Channel.NewFolder(request));
 }