Try our conversational search powered by Generative AI!

Class IsPublishedField

Represents the Meta field to determine if the content language is published or not.

Inheritance
System.Object
IsPublishedField
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Catalog
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class IsPublishedField : RequiredMetaFieldBase, IRequiredMetaField

Constructors

IsPublishedField()

Initializes a new instance of the IsPublishedField class.

Declaration
public IsPublishedField()

Fields

FieldName

Declaration
public const string FieldName = "Epi_IsPublished"
Field Value
Type Description
System.String

Properties

UseStandardEditControl

Declaration
public override bool UseStandardEditControl { get; }
Property Value
Type Description
System.Boolean
Overrides

Methods

GetMetaField(MetaDataContext)

Declaration
public override MetaField GetMetaField(MetaDataContext context)
Parameters
Type Name Description
MetaDataContext context
Returns
Type Description
MetaField
Overrides

Implements