View Source
Class ContentVariantSave
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class ContentVariantSave : object, IContentProperties<ContentPropertyBasic>
Constructors
View Source
ContentVariantSave()
Declaration
public ContentVariantSave()
Properties
View Source
Culture
The culture of this variant, if this is invariant than this is null or empty
Declaration
public string Culture { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ExpireDate
Declaration
public DateTime? ExpireDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Properties
Declaration
public IEnumerable<ContentPropertyBasic> Properties { get; set; }
Property Value
View Source
PropertyCollectionDto
The property DTO object is used to gather all required property data including data type information etc... for use with validation - used during inbound model binding
Declaration
public ContentPropertyCollectionDto PropertyCollectionDto { get; set; }
Property Value
View Source
Publish
Indicates if the variant should be published
Declaration
public bool Publish { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
ReleaseDate
Declaration
public DateTime? ReleaseDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
View Source
Save
Indicates if the variant should be updated
Declaration
public bool Save { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Segment
The segment of this variant, if this is invariant than this is null or empty
Declaration
public string Segment { get; set; }
Property Value
Type |
Description |
System.String |
|