Show / Hide Table of Contents

Class SkinFileProcessor

Inheritance
object
SkinFileProcessor
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 SkinFileProcessor

Constructors

SkinFileProcessor(string, string)

Declaration
public SkinFileProcessor(string controlKey, string controlSrc)
Parameters
Type Name Description
string controlKey
string controlSrc

SkinFileProcessor(string, string, string)

Declaration
public SkinFileProcessor(string skinPath, string skinRoot, string skinName)
Parameters
Type Name Description
string skinPath
string skinRoot
string skinName

Properties

SkinName

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

SkinPath

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

SkinRoot

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

Methods

ProcessFile(string, SkinParser)

Declaration
public string ProcessFile(string fileName, SkinParser parseOption)
Parameters
Type Name Description
string fileName
SkinParser parseOption
Returns
Type Description
string

ProcessList(ArrayList)

Declaration
public string ProcessList(ArrayList fileList)
Parameters
Type Name Description
ArrayList fileList
Returns
Type Description
string

ProcessList(ArrayList, SkinParser)

Declaration
public string ProcessList(ArrayList fileList, SkinParser parseOption)
Parameters
Type Name Description
ArrayList fileList
SkinParser parseOption
Returns
Type Description
string

ProcessSkin(string, XmlDocument, SkinParser)

Declaration
public string ProcessSkin(string skinSource, XmlDocument skinAttributes, SkinParser parseOption)
Parameters
Type Name Description
string skinSource
XmlDocument skinAttributes
SkinParser parseOption
Returns
Type Description
string

Extension Methods

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