Method | Description | |
---|---|---|
AddFileToSession ( string controlId, string filename, System.Web.HttpPostedFile fileUpload ) : void | ||
ClearAllFilesFromSession ( string controlId ) : void | ||
FileExists ( string controlId ) : bool | ||
GetAllFilesFromSession ( string controlId ) : List |
||
GetContentType ( string controlId ) : string | ||
GetFileFromSession ( string controlId ) : System.Web.HttpPostedFile | ||
GetFileName ( string controlId ) : string | ||
GetFullID ( string controlId ) : string | ||
RemoveFileFromSession ( string controlId ) : void |
Method | Description | |
---|---|---|
GetCurrentContext ( ) : |
||
PersistentStoreManager ( ) : System |
public AddFileToSession ( string controlId, string filename, System.Web.HttpPostedFile fileUpload ) : void | ||
controlId | string | |
filename | string | |
fileUpload | System.Web.HttpPostedFile | |
return | void |
public ClearAllFilesFromSession ( string controlId ) : void | ||
controlId | string | |
return | void |
public FileExists ( string controlId ) : bool | ||
controlId | string | |
return | bool |
public GetAllFilesFromSession ( string controlId ) : List |
||
controlId | string | |
return | List |
public GetContentType ( string controlId ) : string | ||
controlId | string | |
return | string |
public GetFileFromSession ( string controlId ) : System.Web.HttpPostedFile | ||
controlId | string | |
return | System.Web.HttpPostedFile |
public GetFileName ( string controlId ) : string | ||
controlId | string | |
return | string |
public GetFullID ( string controlId ) : string | ||
controlId | string | |
return | string |
public RemoveFileFromSession ( string controlId ) : void | ||
controlId | string | |
return | void |