Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentCreateResultBase<TContent>

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class ContentCreateResultBase<TContent>
        where TContent : class, IContentBase
    Type Parameters
    Name Description
    TContent

    Properties

    View Source

    Content

    Declaration
    public TContent Content { get; set; }
    Property Value
    Type Description
    TContent
    View Source

    ValidationResult

    Declaration
    public ContentValidationResult ValidationResult { get; set; }
    Property Value
    Type Description
    ContentValidationResult
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Content
      • ValidationResult
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX