메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
GetCurrentContext ( ) : |
||
PersistentStoreManager ( ) : System |
public AddFileToSession ( string controlId, string filename, System.Web.HttpPostedFile fileUpload ) : void | ||
controlId | string | |
filename | string | |
fileUpload | System.Web.HttpPostedFile | |
리턴 | void |
public ClearAllFilesFromSession ( string controlId ) : void | ||
controlId | string | |
리턴 | void |
public GetAllFilesFromSession ( string controlId ) : List |
||
controlId | string | |
리턴 | List |
public GetContentType ( string controlId ) : string | ||
controlId | string | |
리턴 | string |
public GetFileFromSession ( string controlId ) : System.Web.HttpPostedFile | ||
controlId | string | |
리턴 | System.Web.HttpPostedFile |
public RemoveFileFromSession ( string controlId ) : void | ||
controlId | string | |
리턴 | void |