Show / Hide Table of Contents

Interface ILogTypeInfo

Namespace: DotNetNuke.Abstractions.Logging
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface ILogTypeInfo

Properties

LogTypeCssClass

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

LogTypeDescription

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

LogTypeFriendlyName

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

LogTypeKey

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

LogTypeOwner

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

Extension Methods

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