Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ContentSortWrapper

Inheritance
System.Object
ContentSortWrapper
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.Cms.Shell.UI.Rest.ContentQuery
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public class ContentSortWrapper

Constructors

ContentSortWrapper(IContent, UIDescriptorRegistry)

Declaration
public ContentSortWrapper(IContent content, UIDescriptorRegistry uiDescriptorRegistry)
Parameters
Type Name Description
IContent content
UIDescriptorRegistry uiDescriptorRegistry

Properties

Changed

Declaration
public DateTime Changed { get; }
Property Value
Type Description
System.DateTime

ChangedBy

Declaration
public string ChangedBy { get; }
Property Value
Type Description
System.String

Content

Declaration
public IContent Content { get; }
Property Value
Type Description
IContent

ContentGuid

Declaration
public Guid ContentGuid { get; }
Property Value
Type Description
System.Guid
Declaration
public ContentReference ContentLink { get; }
Property Value
Type Description
ContentReference

ContentTypeID

Declaration
public int ContentTypeID { get; }
Property Value
Type Description
System.Int32

Created

Declaration
public DateTime Created { get; }
Property Value
Type Description
System.DateTime

CreatedBy

Declaration
public string CreatedBy { get; }
Property Value
Type Description
System.String

Deleted

Declaration
public DateTime? Deleted { get; }
Property Value
Type Description
System.Nullable<System.DateTime>

DeletedBy

Declaration
public string DeletedBy { get; }
Property Value
Type Description
System.String

IsDeleted

Declaration
public bool IsDeleted { get; }
Property Value
Type Description
System.Boolean

IsPendingPublish

Declaration
public bool IsPendingPublish { get; }
Property Value
Type Description
System.Boolean

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String
Declaration
public ContentReference ParentLink { get; }
Property Value
Type Description
ContentReference

Property

Declaration
public PropertyDataCollection Property { get; }
Property Value
Type Description
PropertyDataCollection

Saved

Declaration
public DateTime Saved { get; }
Property Value
Type Description
System.DateTime

SetChangedOnPublish

Declaration
public bool SetChangedOnPublish { get; }
Property Value
Type Description
System.Boolean

StartPublish

Declaration
public DateTime? StartPublish { get; }
Property Value
Type Description
System.Nullable<System.DateTime>

Status

Declaration
public VersionStatus Status { get; }
Property Value
Type Description
VersionStatus

StopPublish

Declaration
public DateTime? StopPublish { get; }
Property Value
Type Description
System.Nullable<System.DateTime>

TypeIdentifier

Declaration
public virtual string TypeIdentifier { get; }
Property Value
Type Description
System.String

Extension Methods