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()
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
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
ContentGuid
Declaration
public Guid ContentGuid { get; }
Property Value
Type |
Description |
System.Guid |
|
ContentLink
Declaration
public ContentReference ContentLink { get; }
Property Value
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 |
|
ParentLink
Declaration
public ContentReference ParentLink { get; }
Property Value
Property
Declaration
public PropertyDataCollection Property { get; }
Property Value
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
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