Try our conversational search powered by Generative AI!

Class StopPublishField

Represents the Meta field to determine if the content is expired in a language.

Inheritance
System.Object
StopPublishField
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 StopPublishField : RequiredMetaFieldBase, IRequiredMetaField

Constructors

StopPublishField()

Initializes a new instance of the StopPublishField class.

Declaration
public StopPublishField()

Fields

FieldName

Declaration
public const string FieldName = "Epi_StopPublish"
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