Show / Hide Table of Contents

Class StandardMarkedItems

Inheritance
object
StandardMarkedItems
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.MarkedItems
Assembly: Volo.CmsKit.Domain.Shared.dll
Syntax
public static class StandardMarkedItems

Fields

Bookmark

Declaration
public const string Bookmark = "_BO"
Field Value
Type Description
string

Favorite

Declaration
public const string Favorite = "_FA"
Field Value
Type Description
string

Flagged

Declaration
public const string Flagged = "_FL"
Field Value
Type Description
string

Starred

Declaration
public const string Starred = "_ST"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform