Got extension methods working for DynamicDocument. Exposes some new APIs publicly because they need to work with type finding and med trust, plus we need to expose these for MVC

This commit is contained in:
Shannon Deminick
2012-08-22 08:33:19 +06:00
parent 22c0350a4a
commit d7f8214d24
6 changed files with 83 additions and 42 deletions

View File

@@ -11,7 +11,7 @@ namespace Umbraco.Core.Models
/// A replacement for INode which needs to occur since INode doesn't contain the document type alias
/// and INode is poorly formatted with mutable properties (i.e. Lists instead of IEnumerable)
/// </remarks>
internal interface IDocument
public interface IDocument
{
IDocument Parent { get; }
int Id { get; }