Method | Description | |
---|---|---|
GetUsernameOrDefault ( ) : string | ||
SelectFileFromServerProcess ( string fileName ) : System.Web.Mvc.ActionResult |
Selected File from server and store into BUS
|
|
SelectFileProcess ( System.Web.HttpPostedFileBase SelectFileUploader ) : System.Web.Mvc.ActionResult |
Selected File store din the BUS
|
Method | Description | |
---|---|---|
GetDataStructureType ( ) : DataStructureType | ||
GetServerFileList ( ) : List |
read filenames from datapath/Temp/Username
|
|
IsSupportedExtention ( |
returns true if Extention in the Bus will supported
|
|
SelectAFile ( int index ) : System.Web.Mvc.ActionResult | ||
SelectAFile ( object data ) : System.Web.Mvc.ActionResult |
public SelectFileFromServerProcess ( string fileName ) : System.Web.Mvc.ActionResult | ||
fileName | string | |
return | System.Web.Mvc.ActionResult |
public SelectFileProcess ( System.Web.HttpPostedFileBase SelectFileUploader ) : System.Web.Mvc.ActionResult | ||
SelectFileUploader | System.Web.HttpPostedFileBase | |
return | System.Web.Mvc.ActionResult |