Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreateFolderRequestModel

    Inheritance
    System.Object
    FolderModelBase
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Folder
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class CreateFolderRequestModel : FolderModelBase

    Properties

    View Source

    Id

    Declaration
    public Guid? Id { get; set; }
    Property Value
    Type Description
    System.Nullable<Guid>
    View Source

    Parent

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