IUploadValidator interface

namespace: Serenity.Web   assemblySerenity.Net.Services

An upload validator abstraction for checking IUploadFileConstraints and IUploadImageContrains

public interface IUploadValidator

Members

name description
ValidateFile(…) Validates file constraints
ValidateImage(…) Validates image constraints

See Also