SaaS CMS has officially launched! Learn more now.

Class WasteBasketViewModel

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

Constructors

WasteBasketViewModel()

Declaration
public WasteBasketViewModel()

Properties

Active

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

HasDeleteAccess

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

Icon

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

IsDefaultProvider

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

IsSearchable

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

Name

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

RestoreRoot

Declaration
public ContentReference RestoreRoot { get; set; }
Property Value
Type Description
ContentReference

TypeIdentifiers

Declaration
public string TypeIdentifiers { get; set; }
Property Value
Type Description
System.String
Declaration
public ContentReference WasteBasketLink { get; set; }
Property Value
Type Description
ContentReference

Extension Methods