PagesSection, ROOT\WebAdministration
Class
| Methods (9)
| Properties (28)
| Qualifiers (8)
| Instances | Namespaces (2)
Samples: VB Script
| C#
| VB.Net
| Search on:Microsoft
Description Represents the section of a Web.config file.
PagesSection methods PagesSection has 9 methods (9 Derived )
PagesSection properties PagesSection has 28 properties (25 Local , 3 Derived )
Detailed description of PagesSection methods Derived methods (9) of PagesSection class
▲ Clear methodReturn Parameters Name CIMType ID IN OUT Qualifiers CollectionName string 0 ✓ - {'In':True}
bypass_getobject True Description 'Clears all elements from a collection in a configuration section.' implemented True Clear method is in 69 classes of ROOT\WebAdministration and in 9 namespaces
▲ GetAllowDefinition methodReturn Parameters Name CIMType ID IN OUT Qualifiers AllowDefinition string 0 - ✓ {'out':True}
bypass_getobject True Description 'Retrieves a value which specifies the levels at which the configuration section can be set.' implemented True static True GetAllowDefinition method is in 116 classes of ROOT\WebAdministration and in 1 namespace
▲ GetAllowLocation methodReturn Parameters Name CIMType ID IN OUT Qualifiers AllowLocation string 0 - ✓ {'out':True}
bypass_getobject True Description 'Retrieves the allowLocation attribute for a configuration section.' implemented True static True GetAllowLocation method is in 116 classes of ROOT\WebAdministration and in 1 namespace
▲ RevertToParent methodReturn Parameters Name CIMType ID IN OUT Qualifiers PropertyName string 0 ✓ - {'OPTIONAL':True}
bypass_getobject True Description 'Reverts configuration values in a section to those of its parent section.' implemented True RevertToParent method is in 120 classes of ROOT\WebAdministration and in 1 namespace
▲ SetAllowDefinition methodReturn Parameters Name CIMType ID IN OUT Qualifiers AllowDefinition string 0 ✓ - {'in':True}
bypass_getobject True Description 'Sets a value which specifies the levels at which the configuration section can be set.' implemented True static True SetAllowDefinition method is in 116 classes of ROOT\WebAdministration and in 1 namespace
▲ SetAllowLocation methodReturn Parameters Name CIMType ID IN OUT Qualifiers AllowLocation string 0 ✓ - {'in':True}
bypass_getobject True Description 'Sets the allowLocation attribute for a configuration section.' implemented True static True SetAllowLocation method is in 116 classes of ROOT\WebAdministration and in 1 namespace
Detailed description of PagesSection properties Local properties (25) of PagesSection class ▲ AsyncTimeout propertyCIMTYPE 'datetime' Description 'A read/write datetime value that specifies the time that the page will wait to perform asynchronous tasks.' read True write True AsyncTimeout property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
▲ AutoEventWireup propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. True if events for ASP.NET pages are automatically connected to event-handling functions; otherwise, false.' read True write True AutoEventWireup property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
▲ Buffer propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. True if .aspx pages and .ascx controls use response buffering; otherwise, false.' read True write True Buffer property is in 1 class (PagesSection) of ROOT\WebAdministration and in 4 namespaces
▲ ClientIDMode propertyCIMTYPE 'string' Description 'A read/write string value for ClientIDMode.' read True write True ClientIDMode property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
▲ CompilationMode propertyCIMTYPE 'sint32' Description 'A read/write sint32 enumeration that specifies whether .aspx pages and .ascx controls are compiled at run time.' read True ValueMap ['0', '1', '2'] Values ['Auto', 'Never', 'Always'] write True CompilationMode property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
▲ ControlRenderingCompatibilityVersion propertyCIMTYPE 'string' Description 'A read/write string value for ControlRenderingCompatibilityVersion.' read True write True ControlRenderingCompatibilityVersion property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
▲ EnableEventValidation propertyCIMTYPE 'boolean' Description 'A Boolean value. True if event validation should be performed; otherwise, false.' read True write True EnableEventValidation property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
▲ EnableSessionState propertyCIMTYPE 'sint32' Description 'A read/write sint32 value that specifies whether session state is enabled.' read True ValueMap ['0', '1', '2'] Values ['False', 'ReadOnly', 'True'] write True EnableSessionState property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
▲ EnableViewState propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. True if view state is enabled; otherwise, false.' read True write True EnableViewState property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
▲ EnableViewStateMac propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. True if ASP.NET should run a message authentication check on the page's view state when the page is posted back from the client; otherwise, false.' read True write True EnableViewStateMac property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
▲ MaintainScrollPositionOnPostBack propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. True if the browser page-scroll position should be maintained after postback; otherwise, false.' read True write True MaintainScrollPositionOnPostBack property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
▲ MasterPageFile propertyCIMTYPE 'string' Description 'A read/write string value that specifies a reference to the master page for the application.' read True write True MasterPageFile property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
▲ MaxPageStateFieldLength propertyCIMTYPE 'sint32' Description 'A read/write sint32 value that specifies the maximum number of characters that a single view-state field can contain.' read True write True MaxPageStateFieldLength property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
▲ Namespaces propertyCIMTYPE 'object:NamespaceInfo' Description 'A NamespaceInfo value that contains namespace references that are automatically imported into all the pages of a Web application.' read True write True Namespaces property is in 2 classes of ROOT\WebAdministration and in 5 namespaces
▲ PageBaseType propertyCIMTYPE 'string' Description 'A read/write string value that specifies a code-behind class that .aspx pages inherit by default.' read True write True PageBaseType property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
▲ PageParserFilterType propertyCIMTYPE 'string' Description 'A read/write string value that specifies the parser filter type.' read True write True PageParserFilterType property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
▲ RenderAllHiddenFieldsAtTopOfForm propertyCIMTYPE 'boolean' Description 'A read/write Boolean value for RenderAllHiddenFieldsAtTopOfForm.' read True write True RenderAllHiddenFieldsAtTopOfForm property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
▲ SmartNavigation propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. True if smart navigation is enabled; otherwise, false.' read True write True SmartNavigation property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
▲ StyleSheetTheme propertyCIMTYPE 'string' Description 'A read/write string value that specifies the name of an ASP.NET style sheet theme.' read True write True StyleSheetTheme property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
▲ Theme propertyCIMTYPE 'string' Description 'A read/write string value that specifies the name of an ASP.NET page theme.' read True write True Theme property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
▲ UserControlBaseType propertyCIMTYPE 'string' Description 'A read/write string value that specifies a code-behind class that user controls inherit by default.' read True write True UserControlBaseType property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
▲ ValidateRequest propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. True if ASP.NET performs request validation on all input from the browser; otherwise, false.' read True write True ValidateRequest property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
▲ ViewStateEncryptionMode propertyCIMTYPE 'sint32' Description 'A read/write sint32 enumeration that specifies the encryption mode that ASP.NET uses for view-state values.' read True ValueMap ['0', '1', '2'] Values ['Auto', 'Always', 'Never'] write True ViewStateEncryptionMode property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
Derived properties (3) of PagesSection class
▲ SectionInformation propertyCIMTYPE 'object:SectionInformation' Description 'A SectionInformation object whose read/write properties provide metadata and control locking for a configuration section.' read True write True SectionInformation property is in 116 classes of ROOT\WebAdministration and in 2 namespaces
PagesSection Qualifiers Name Value ToInstance ToSubclass Overridable Amended Local
Description 'Represents the section of a Web.config file.' ✗ ✓ ✓ ✓ ✓
DisplayName 'Pages Section' ✓ ✓ ✓ ✓ ✓
dynamic True ✓ ✓ ✓ ✗ ✓
factory_clsid '{901a70b2-0f7a-44ea-b97b-1e9299dec8ca}' ✓ ✓ ✓ ✗ ✓
Locale 1033 ✓ ✓ ✓ ✓ ✓
provider 'WebAdministrationProvider' ✓ ✓ ✓ ✗ ✓
section_path 'system.web/pages' ✓ ✓ ✓ ✗ ✓
SupportsUpdate True ✗ ✗ ✓ ✗ ✓
PagesSection System properties Name Value Origin CIMType Local Array
__PATH '\\.\ROOT\WebAdministration:PagesSection' ___SYSTEM 8 ✗ ✗
__NAMESPACE 'ROOT\WebAdministration' ___SYSTEM 8 ✗ ✗
__SERVER '.' ___SYSTEM 8 ✗ ✗
__DERIVATION ['ConfigurationSectionWithCollection', 'ConfigurationSection'] ___SYSTEM 8 ✗ ✓
__PROPERTY_COUNT 28 ___SYSTEM 3 ✗ ✗
__RELPATH 'PagesSection ' ___SYSTEM 8 ✗ ✗
__DYNASTY 'ConfigurationSection ' ___SYSTEM 8 ✗ ✗
__SUPERCLASS 'ConfigurationSectionWithCollection ' ___SYSTEM 8 ✗ ✗
__CLASS 'PagesSection ' ___SYSTEM 8 ✗ ✗
__GENUS 1 ___SYSTEM 3 ✗ ✗
Similar Classes to PagesSection Number of classes:119
Please enable JavaScript to view the comments powered by Disqus.
comments powered by