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)

NameOriginReturn
AddConfigurationSectionWithCollection
ClearConfigurationSectionWithCollection
GetConfigurationSectionWithCollection
GetAllowDefinitionConfigurationSection
GetAllowLocationConfigurationSection
RemoveConfigurationSectionWithCollection
RevertToParentConfigurationSection
SetAllowDefinitionConfigurationSection
SetAllowLocationConfigurationSection

PagesSection properties

PagesSection has 28 properties (25 Local, 3 Derived)

NameOriginCIMType
AsyncTimeoutPagesSection101 [datetime]
AutoEventWireupPagesSection11 [boolean]
BufferPagesSection11 [boolean]
ClientIDModePagesSection8 [string]
CompilationModePagesSection3 [sint32]
ControlRenderingCompatibilityVersionPagesSection8 [string]
ControlsPagesSection13 [object:TagPrefixInfo]
EnableEventValidationPagesSection11 [boolean]
EnableSessionStatePagesSection3 [sint32]
EnableViewStatePagesSection11 [boolean]
EnableViewStateMacPagesSection11 [boolean]
key
Location
ConfigurationSection8 [string]
MaintainScrollPositionOnPostBackPagesSection11 [boolean]
MasterPageFilePagesSection8 [string]
MaxPageStateFieldLengthPagesSection3 [sint32]
NamespacesPagesSection13 [object:NamespaceInfo]
PageBaseTypePagesSection8 [string]
PageParserFilterTypePagesSection8 [string]
key
Path
ConfigurationSection8 [string]
RenderAllHiddenFieldsAtTopOfFormPagesSection11 [boolean]
SectionInformationConfigurationSection13 [object:SectionInformation]
SmartNavigationPagesSection11 [boolean]
StyleSheetThemePagesSection8 [string]
TagMappingPagesSection13 [object:TagMapInfo]
ThemePagesSection8 [string]
UserControlBaseTypePagesSection8 [string]
ValidateRequestPagesSection11 [boolean]
ViewStateEncryptionModePagesSection3 [sint32]

Detailed description of PagesSection methods

Derived methods (9) of PagesSection class

Add method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
CollectionNamestring0-{'In':True}
Elementobject:CollectionElement1-{'In':True}
bypass_getobjectTrue
Description'Adds an element to a collection in a configuration section.'
implementedTrue
Add method is in 69 classes of ROOT\WebAdministration and in 18 namespaces
Clear method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
CollectionNamestring0-{'In':True}
bypass_getobjectTrue
Description'Clears all elements from a collection in a configuration section.'
implementedTrue
Clear method is in 69 classes of ROOT\WebAdministration and in 9 namespaces
Get method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
CollectionNamestring0-{'In':True}
ElementIdentifierstring1-{'In':True}
Elementobject:CollectionElement2-{'Out':True}
bypass_getobjectTrue
Description'Retrieves a specified member of a collection from a configuration section.'
implementedTrue
Get method is in 69 classes of ROOT\WebAdministration and in 20 namespaces
GetAllowDefinition method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
AllowDefinitionstring0-{'out':True}
bypass_getobjectTrue
Description'Retrieves a value which specifies the levels at which the configuration section can be set.'
implementedTrue
staticTrue
GetAllowDefinition method is in 116 classes of ROOT\WebAdministration and in 1 namespace
GetAllowLocation method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
AllowLocationstring0-{'out':True}
bypass_getobjectTrue
Description'Retrieves the allowLocation attribute for a configuration section.'
implementedTrue
staticTrue
GetAllowLocation method is in 116 classes of ROOT\WebAdministration and in 1 namespace
Remove method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
CollectionNamestring0-{'In':True}
Elementobject:CollectionElement1-{'In':True}
bypass_getobjectTrue
Description'Removes a specified element from a collection in a configuration section.'
implementedTrue
Remove method is in 69 classes of ROOT\WebAdministration and in 19 namespaces
RevertToParent method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
PropertyNamestring0-{'OPTIONAL':True}
bypass_getobjectTrue
Description'Reverts configuration values in a section to those of its parent section.'
implementedTrue
RevertToParent method is in 120 classes of ROOT\WebAdministration and in 1 namespace
SetAllowDefinition method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
AllowDefinitionstring0-{'in':True}
bypass_getobjectTrue
Description'Sets a value which specifies the levels at which the configuration section can be set.'
implementedTrue
staticTrue
SetAllowDefinition method is in 116 classes of ROOT\WebAdministration and in 1 namespace
SetAllowLocation method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
AllowLocationstring0-{'in':True}
bypass_getobjectTrue
Description'Sets the allowLocation attribute for a configuration section.'
implementedTrue
staticTrue
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 property
CIMTYPE'datetime'
Description'A read/write datetime value that specifies the time that the page will wait to perform asynchronous tasks.'
readTrue
writeTrue
AsyncTimeout property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
AutoEventWireup property
CIMTYPE'boolean'
Description'A read/write Boolean value. True if events for ASP.NET pages are automatically connected to event-handling functions; otherwise, false.'
readTrue
writeTrue
AutoEventWireup property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
Buffer property
CIMTYPE'boolean'
Description'A read/write Boolean value. True if .aspx pages and .ascx controls use response buffering; otherwise, false.'
readTrue
writeTrue
Buffer property is in 1 class (PagesSection) of ROOT\WebAdministration and in 4 namespaces
ClientIDMode property
CIMTYPE'string'
Description'A read/write string value for ClientIDMode.'
readTrue
writeTrue
ClientIDMode property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
CompilationMode property
CIMTYPE'sint32'
Description'A read/write sint32 enumeration that specifies whether .aspx pages and .ascx controls are compiled at run time.'
readTrue
ValueMap['0', '1', '2']
Values['Auto', 'Never', 'Always']
writeTrue
CompilationMode property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
ControlRenderingCompatibilityVersion property
CIMTYPE'string'
Description'A read/write string value for ControlRenderingCompatibilityVersion.'
readTrue
writeTrue
ControlRenderingCompatibilityVersion property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
Controls property
CIMTYPE'object:TagPrefixInfo'
Description'A TagPrefixInfo value that contains configuration information for custom and user controls.'
readTrue
writeTrue
Controls property is in 2 classes of ROOT\WebAdministration and in 2 namespaces
EnableEventValidation property
CIMTYPE'boolean'
Description'A Boolean value. True if event validation should be performed; otherwise, false.'
readTrue
writeTrue
EnableEventValidation property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
EnableSessionState property
CIMTYPE'sint32'
Description'A read/write sint32 value that specifies whether session state is enabled.'
readTrue
ValueMap['0', '1', '2']
Values['False', 'ReadOnly', 'True']
writeTrue
EnableSessionState property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
EnableViewState property
CIMTYPE'boolean'
Description'A read/write Boolean value. True if view state is enabled; otherwise, false.'
readTrue
writeTrue
EnableViewState property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
EnableViewStateMac property
CIMTYPE'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.'
readTrue
writeTrue
EnableViewStateMac property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
MaintainScrollPositionOnPostBack property
CIMTYPE'boolean'
Description'A read/write Boolean value. True if the browser page-scroll position should be maintained after postback; otherwise, false.'
readTrue
writeTrue
MaintainScrollPositionOnPostBack property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
MasterPageFile property
CIMTYPE'string'
Description'A read/write string value that specifies a reference to the master page for the application.'
readTrue
writeTrue
MasterPageFile property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
MaxPageStateFieldLength property
CIMTYPE'sint32'
Description'A read/write sint32 value that specifies the maximum number of characters that a single view-state field can contain.'
readTrue
writeTrue
MaxPageStateFieldLength property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
Namespaces property
CIMTYPE'object:NamespaceInfo'
Description'A NamespaceInfo value that contains namespace references that are automatically imported into all the pages of a Web application.'
readTrue
writeTrue
Namespaces property is in 2 classes of ROOT\WebAdministration and in 5 namespaces
PageBaseType property
CIMTYPE'string'
Description'A read/write string value that specifies a code-behind class that .aspx pages inherit by default.'
readTrue
writeTrue
PageBaseType property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
PageParserFilterType property
CIMTYPE'string'
Description'A read/write string value that specifies the parser filter type.'
readTrue
writeTrue
PageParserFilterType property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
RenderAllHiddenFieldsAtTopOfForm property
CIMTYPE'boolean'
Description'A read/write Boolean value for RenderAllHiddenFieldsAtTopOfForm.'
readTrue
writeTrue
RenderAllHiddenFieldsAtTopOfForm property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
SmartNavigation property
CIMTYPE'boolean'
Description'A read/write Boolean value. True if smart navigation is enabled; otherwise, false.'
readTrue
writeTrue
SmartNavigation property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
StyleSheetTheme property
CIMTYPE'string'
Description'A read/write string value that specifies the name of an ASP.NET style sheet theme.'
readTrue
writeTrue
StyleSheetTheme property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
TagMapping property
CIMTYPE'object:TagMapInfo'
Description'A TagMapInfo value that contains configuration tag remapping statements.'
readTrue
writeTrue
TagMapping property is in 2 classes of ROOT\WebAdministration and in 2 namespaces
Theme property
CIMTYPE'string'
Description'A read/write string value that specifies the name of an ASP.NET page theme.'
readTrue
writeTrue
Theme property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
UserControlBaseType property
CIMTYPE'string'
Description'A read/write string value that specifies a code-behind class that user controls inherit by default.'
readTrue
writeTrue
UserControlBaseType property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
ValidateRequest property
CIMTYPE'boolean'
Description'A read/write Boolean value. True if ASP.NET performs request validation on all input from the browser; otherwise, false.'
readTrue
writeTrue
ValidateRequest property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces
ViewStateEncryptionMode property
CIMTYPE'sint32'
Description'A read/write sint32 enumeration that specifies the encryption mode that ASP.NET uses for view-state values.'
readTrue
ValueMap['0', '1', '2']
Values['Auto', 'Always', 'Never']
writeTrue
ViewStateEncryptionMode property is in 1 class (PagesSection) of ROOT\WebAdministration and in 2 namespaces

Derived properties (3) of PagesSection class

Location property
CIMTYPE'string'
Description'A read-only string value that contains the path to a target object relative to the current object.'
keyTrue
readTrue
Location property is in 118 classes of ROOT\WebAdministration and in 10 namespaces
Path property
CIMTYPE'string'
Description'A read-only string value that contains the path to the current object.'
keyTrue
readTrue
Path property is in 128 classes of ROOT\WebAdministration and in 30 namespaces
SectionInformation property
CIMTYPE'object:SectionInformation'
Description'A SectionInformation object whose read/write properties provide metadata and control locking for a configuration section.'
readTrue
writeTrue
SectionInformation property is in 116 classes of ROOT\WebAdministration and in 2 namespaces

PagesSection Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
Description'Represents the section of a Web.config file.'
DisplayName'Pages Section'
dynamicTrue
factory_clsid'{901a70b2-0f7a-44ea-b97b-1e9299dec8ca}'
Locale1033
provider'WebAdministrationProvider'
section_path'system.web/pages'
SupportsUpdateTrue

PagesSection System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\WebAdministration:PagesSection'___SYSTEM8
__NAMESPACE'ROOT\WebAdministration'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['ConfigurationSectionWithCollection', 'ConfigurationSection']___SYSTEM8
__PROPERTY_COUNT28___SYSTEM3
__RELPATH'PagesSection'___SYSTEM8
__DYNASTY'ConfigurationSection'___SYSTEM8
__SUPERCLASS'ConfigurationSectionWithCollection'___SYSTEM8
__CLASS'PagesSection'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to PagesSection

Number of classes:119
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
AccessSection045----
AnonymousAuthenticationSection075----
AnonymousIdentificationSection0125----
ApplicationContainsConfigurationSection020----
ApplicationDependenciesSection049----
ApplicationInitializationSection079----
AppSettingsSection059----
AspSection0245----
AuthenticationModulesSection049----
AuthenticationSection069----
AuthorizationSection059----
BasicAuthenticationSection075----
CacheSection085----
CachingSection089----
CgiSection065----
ClientCertificateMappingAuthenticationSection045----
ClientTargetSection049----
CompilationSection0249----
ConfigProtectedDataSection059----
ConfigurationHistorySection075----
ConfigurationRedirectionSection095----
ConfigurationSection4735---
ConfigurationSectionWithCollection6839---
ConnectionManagementSection049----
ConnectionStringsSection049----
CustomErrorsSection089----
DateTimeSerializationSection045----
DefaultDocumentSection059----
DefaultProxySection089----
DeviceFiltersSection049----
DigestAuthenticationSection055----
DirectoryBrowseSection055----
DynamicIpSecuritySection089----
FastCgiSection049----
FtpAuthorizationSection049----
FtpCachingSection049----
FtpFirewallSupportSection055----
FtpIpSecuritySection069----
FtpLogSection065----
FtpProviderDefinitionsSection059----
FtpRequestFilteringSection089----
FtpSecurityAuthenticationSection049----
FtpServerRuntimeSection045----
FullTrustAssembliesSection049----
GlobalizationSection0125----
GlobalModulesSection049----
HandlersSection059----
HealthMonitoringSection0109----
HostingEnvironmentSection065----
HttpCompressionSection0229----
HttpCookiesSection065----
HttpErrorsSection0109----
HttpHandlersSection049----
HttpLoggingSection055----
HttpModulesSection049----
HttpProtocolSection069----
HttpRedirectSection099----
HttpRuntimeSection0295----
HttpTracingSection049----
IdentitySection065----
IisClientCertificateMappingAuthenticationSection0109----
IPSecuritySection089----
IsapiCgiRestrictionSection069----
IsapiFiltersSection049----
ListenerAdaptersSection049----
LogSection075----
MachineKeySection0105----
MembershipSection079----
MobileControlsSection079----
ModulesSection069----
OdbcLoggingSection075----
OutputCacheSection085----
OutputCacheSettingsSection049----
PartialTrustVisibleAssembliesSection049----
ProcessModelSection0305----
ProtocolsSection049----
RequestCachingSection095----
RequestFilteringSection0159----
RoleManagerSection0169----
SchemaImporterExtensionsSection049----
SectionInformation040----
SecurityPolicySection049----
ServerRuntimeSection0125----
ServerSideIncludeSection045----
ServiceAutoStartProvidersSection049----
SessionPageStateSection045----
SessionStateSection0209----
SettingsSection095----
SiteContainsConfigurationSection020----
SiteMapSection069----
SmtpMailSettingsSection075----
SqlCacheDependencySection069----
StaticContentSection089----
SystemCodeDomSection049----
SystemDataSection049----
SystemDiagnosticsSection099----
SystemWebDeploymentSection045----
SystemWindowsFormsSection045----
TraceFailedRequestsSection049----
TraceProviderDefinitionsSection049----
TraceSection0105----
TransactionsDefaultSettingsSection055----
TransactionsMachineSettingsSection045----
TrustSection075----
UrlCompressionSection065----
UrlMappingsSection059----
ValidationSection045----
VirtualDirectoryContainsConfigurationSection020----
WebControlsSection045----
WebDavAuthoringRulesSection079----
WebDavAuthoringSection0109----
WebDavGlobalSettingsSection059----
WebLimitsSection0105----
WebRequestModulesSection049----
WebServicesSection0149----
WebSocketSection065----
WindowsAuthenticationSection0109----
XhtmlConformanceSection045----
XmlSerializerSection045----
comments powered by Disqus
WUtils.com