London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class ContentAssetsCleanupJobState

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. State used to keep track of position in changelog

Inheritance
System.Object
ContentAssetsCleanupJobState
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: EPiServer.Util
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[EPiServerDataTable(TableName = "tblSystemBigTable")]
public class ContentAssetsCleanupJobState : IDynamicData

Constructors

ContentAssetsCleanupJobState()

Declaration
public ContentAssetsCleanupJobState()

Fields

SingletonId

Declaration
public static Guid SingletonId
Field Value
Type Description
System.Guid

Properties

Id

Declaration
public Identity Id { get; set; }
Property Value
Type Description
Identity

LastSequenceNumber

Declaration
public long LastSequenceNumber { get; set; }
Property Value
Type Description
System.Int64

Implements

Extension Methods