Show / Hide Table of Contents

Class SiteDetail

Inheritance
object
SiteDetail
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.Models
Assembly: DotNetNuke.Web.dll
Syntax
[DataContract]
public class SiteDetail

Constructors

SiteDetail()

Declaration
public SiteDetail()

Properties

DnnVersion

Declaration
[DataMember]
public string DnnVersion { get; set; }
Property Value
Type Description
string

IsAdmin

Declaration
[DataMember]
public bool IsAdmin { get; set; }
Property Value
Type Description
bool

IsHost

Declaration
[DataMember]
public bool IsHost { get; set; }
Property Value
Type Description
bool

Modules

Declaration
[DataMember]
public IList<ModuleDetail> Modules { get; set; }
Property Value
Type Description
IList<ModuleDetail>

SiteName

Declaration
[DataMember]
public string SiteName { get; set; }
Property Value
Type Description
string

Extension Methods

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