Search Results for

    Show / Hide Table of Contents
    View Source

    Class PostedFolder

    Used to create a folder with the MediaController

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract]
    public class PostedFolder

    Properties

    View Source

    Name

    Declaration
    [DataMember(Name = "name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ParentId

    Declaration
    [DataMember(Name = "parentId")]
    public string ParentId { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Name
      • ParentId
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX