Show / Hide Table of Contents

Class ConfigurationManager.ApplicationSettings.PageSet

Inheritance
Object
ConfigurationManager.ApplicationSettings.PageSet
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.DCF.Web
Assembly: SuperOffice.DCFWeb.dll
Syntax
public class PageSet

Constructors

PageSet(XmlNode)

Declaration
public PageSet(XmlNode configXml)
Parameters
Type Name Description
XmlNode configXml

Properties

PrefKey

Declaration
public string PrefKey { get; }
Property Value
Type Description
String

PrefSection

Declaration
public string PrefSection { get; }
Property Value
Type Description
String

SubClients

Declaration
public string[] SubClients { get; }
Property Value
Type Description
String[]

Methods

Pages(String)

Declaration
public Dictionary<string, ConfigurationManager.ApplicationSettings.PageDefinition> Pages(string subclient = "default")
Parameters
Type Name Description
String subclient
Returns
Type Description
Dictionary<String, ConfigurationManager.ApplicationSettings.PageDefinition>
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top