Method |
Description |
|
CheckAllowedContentType ( GenericContent parent, Node child, HttpContext context ) : bool |
|
|
CreateSpecificContent ( HttpContext context, string contentTypeName, IFolder parentNode, System.Web.HttpPostedFile postedFile ) : void |
|
|
IsImageFileExtension ( string fileName ) : bool |
|
|
ModifyFile ( HttpContext context, System.Web.HttpPostedFile postedFile, IFolder parentNode, string path ) : void |
|
|
ModifySpecificContent ( IFolder node, System.Web.HttpPostedFile file, string path ) : void |
|
|
RedirectToErrorPage ( string errorMessage, HttpContext context ) : void |
|
|
SaveNewFile ( HttpContext context, System.Web.HttpPostedFile postedFile, IFolder parentNode, string path ) : void |
|
|
SetError ( HttpContext context, string message, int statusCode ) : void |
|
|
TryToGetParentId ( HttpContext context ) : string |
|
|