Logo
Explore Help
Sign In
yv01p/Umbraco-CMS
1
0
Fork 0
You've already forked Umbraco-CMS
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
cbc841301b31cd71770eeb9a70694cf4d8235a21
Umbraco-CMS/src/Umbraco.Web/Models/ContentEditing/IHaveUploadedFiles.cs
Shannon e2fa610358 Lots of work for validation. We have a different type of validation model in Umbraco where we still save content even if some things are invalid (we just don't publish) so we have to take all of this into account. We also have other rules where if it is new content but required fields like 'name' are empty we cannot continue to save. Also started working on dealing with server side validation errors for content fields (not just user defined fields).
2013-07-16 18:23:20 +10:00

9 lines
190 B
C#
Raw Blame History

using System.Collections.Generic;
namespace Umbraco.Web.Models.ContentEditing
{
public interface IHaveUploadedFiles
{
List<ContentItemFile> UploadedFiles { get; }
}
}
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 38ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API