Show / Hide Table of Contents

Class TermUsage

Inheritance
object
TermUsage
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Content.Taxonomy
Assembly: DotNetNuke.dll
Syntax
public class TermUsage

Constructors

TermUsage()

Declaration
public TermUsage()

Properties

DayTermUsage

Declaration
public int DayTermUsage { get; set; }
Property Value
Type Description
int

MonthTermUsage

Declaration
public int MonthTermUsage { get; set; }
Property Value
Type Description
int

TotalTermUsage

Declaration
public int TotalTermUsage { get; set; }
Property Value
Type Description
int

WeekTermUsage

Declaration
public int WeekTermUsage { get; set; }
Property Value
Type Description
int

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS