Method | Description | |
---|---|---|
OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void |
Performs the validation
|
Method | Description | |
---|---|---|
ValidateData ( ContentItemSave postedItem, ContentItemDto realItem, System.Web.Http.Controllers.HttpActionContext actionContext ) : bool | ||
ValidateExistingContent ( ContentItemSave postedItem, System.Web.Http.Controllers.HttpActionContext actionContext, ContentItemDto &found ) : bool |
Ensure the content exists
|
|
ValidateProperties ( ContentItemSave postedItem, ContentItemDto realItem, System.Web.Http.Controllers.HttpActionContext actionContext ) : bool |
Ensure all of the ids in the post are valid
|
public OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void | ||
actionContext | System.Web.Http.Controllers.HttpActionContext | |
return | void |