Show / Hide Table of Contents

Class SkinInfo

Inheritance
object
SkinInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.Skins
Assembly: DotNetNuke.dll
Syntax
public class SkinInfo

Constructors

SkinInfo()

Declaration
public SkinInfo()

Properties

PortalId

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

SkinId

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

SkinRoot

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

SkinSrc

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

SkinType

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

Extension Methods

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