Search Results for

    Show / Hide Table of Contents
    View Source

    Class UnpublishContent

    Used to unpublish content and variants

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "unpublish", Namespace = "")]
    public class UnpublishContent

    Properties

    View Source

    Cultures

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

    Id

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