Show / Hide Table of Contents

Class AnalyticsRule

Inheritance
object
AnalyticsRule
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Analytics.Config
Assembly: DotNetNuke.dll
Syntax
public class AnalyticsRule

Constructors

AnalyticsRule()

Declaration
public AnalyticsRule()

Properties

Label

Declaration
public string Label { get; set; }
Property Value
Type Description
string

RoleId

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

TabId

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

Value

Declaration
public string Value { get; set; }
Property Value
Type Description
string

Extension Methods

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