VirtualDirectory, ROOT\WebAdministration

Class | Methods (11) | Properties (8) | Qualifiers (10) | Instances (21) | Namespaces (2)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

Represents an IIS virtual directory.

VirtualDirectory methods

VirtualDirectory has 11 methods (2 Local, 9 Derived)

NameOriginReturn
AddCollectionElementConfiguredObject
ClearAttributeConfiguredObject
CreateVirtualDirectory
GetAllSectionsConfiguredObject
GetAttributeConfiguredObjectstring {'out':True}
GetRawMetadataConfiguredObjectstring {'out':True}
GetSectionConfiguredObject
RemoveCollectionElementConfiguredObject
RevertToParentVirtualDirectory
SetAttributeConfiguredObject
SetRawMetadataConfiguredObjectstring {'out':True}

VirtualDirectory properties

VirtualDirectory has 8 properties (8 Local)

NameOriginCIMType
AllowSubDirConfigVirtualDirectory11 [boolean]
key
ApplicationPath
VirtualDirectory8 [string]
LogonMethodVirtualDirectory3 [sint32]
PasswordVirtualDirectory8 [string]
key
Path
VirtualDirectory8 [string]
PhysicalPathVirtualDirectory8 [string]
key
SiteName
VirtualDirectory8 [string]
UserNameVirtualDirectory8 [string]

Detailed description of VirtualDirectory methods

Local methods (2) of VirtualDirectory class

Create method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
VirtualDirectoryPathstring0-{'In':True}
ApplicationPathstring1-{'In':True}
PhysicalPathstring2-{'In':True,'OPTIONAL':True}
SiteNamestring3-{'In':True}
bypass_getobjectTrue
ConstructorTrue
Description'Creates a virtual directory.'
ImplementedTrue
StaticTrue
Create method is in 6 classes of ROOT\WebAdministration and in 15 namespaces
RevertToParent method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
PropertyNamestring0-{'OPTIONAL':True}
bypass_getobjectTrue
Description'Reverts a virtual directory's configuration value or values to those of its parent.'
implementedTrue
RevertToParent method is in 120 classes of ROOT\WebAdministration and in 1 namespace

Derived methods (9) of VirtualDirectory class

AddCollectionElement method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
SectionPathstring0-
CollectionElementNamestring1-
ElementParametersobject:NameValueConfigurationElement2-
AddElementNamestring3-{'OPTIONAL':True}
RelativePathstring4-{'OPTIONAL':True}
Locationstring5-{'OPTIONAL':True}
bypass_getobjectTrue
Description'Creates collection element with a given name.'
ImplementedTrue
AddCollectionElement method is in 5 classes of ROOT\WebAdministration and in 1 namespace
ClearAttribute method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
SectionPathstring0-
AttributeNamestring1-
RelativePathstring2-{'OPTIONAL':True}
Locationstring3-{'OPTIONAL':True}
bypass_getobjectTrue
Description'Clears attribute value from the configuration element.'
ImplementedTrue
ClearAttribute method is in 5 classes of ROOT\WebAdministration and in 1 namespace
GetAllSections method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
Sectionsobject:ConfigurationSection0-
bypass_getobjectTrue
Description'Retrieves all of the configuration sections under a configured object.'
ImplementedTrue
GetAllSections method is in 5 classes of ROOT\WebAdministration and in 1 namespace
GetAttribute method
Returnstring {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
SectionPathstring0-
AttributeNamestring1-
RelativePathstring2-{'OPTIONAL':True}
Locationstring3-{'OPTIONAL':True}
bypass_getobjectTrue
Description'Retrieves the string representation of configuration attribute.'
ImplementedTrue
GetAttribute method is in 5 classes of ROOT\WebAdministration and in 2 namespaces
GetRawMetadata method
Returnstring {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
SectionPathstring0-
TargetNamestring1-
MetadataNamestring2-
RelativePathstring3-{'OPTIONAL':True}
Locationstring4-{'OPTIONAL':True}
bypass_getobjectTrue
Description'Retrieves the string representation of configuration metadata.'
ImplementedTrue
GetRawMetadata method is in 5 classes of ROOT\WebAdministration and in 2 namespaces
GetSection method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
SectionNamestring0-
Sectionobject:ConfigurationSection1-
bypass_getobjectTrue
Description'Retrieves the contents of a configuration section for a configured object.'
ImplementedTrue
GetSection method is in 5 classes of ROOT\WebAdministration and in 1 namespace
RemoveCollectionElement method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
SectionPathstring0-
CollectionElementNamestring1-
ElementParametersobject:NameValueConfigurationElement2-
RelativePathstring3-{'OPTIONAL':True}
Locationstring4-{'OPTIONAL':True}
bypass_getobjectTrue
Description'Removes collection element with a given key values.'
ImplementedTrue
RemoveCollectionElement method is in 5 classes of ROOT\WebAdministration and in 1 namespace
SetAttribute method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
SectionPathstring0-
AttributeNamestring1-
RelativePathstring2-{'OPTIONAL':True}
Locationstring3-{'OPTIONAL':True}
Valuestring4-
bypass_getobjectTrue
Description'Sets attribute value from the string representation of configuration attribute.'
ImplementedTrue
SetAttribute method is in 5 classes of ROOT\WebAdministration and in 1 namespace
SetRawMetadata method
Returnstring {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
SectionPathstring0-
TargetNamestring1-
MetadataNamestring2-
MetadataValuestring3-
RelativePathstring4-{'OPTIONAL':True}
Locationstring5-{'OPTIONAL':True}
bypass_getobjectTrue
Description'Retrieves the string representation of configuration metadata.'
ImplementedTrue
SetRawMetadata method is in 5 classes of ROOT\WebAdministration and in 2 namespaces

Detailed description of VirtualDirectory properties

Local properties (8) of VirtualDirectory class

AllowSubDirConfig property
CIMTYPE'boolean'
Description'A read/write Boolean value. True if IIS looks for Web.config files in content directories lower than the current level; false if IIS does not look for these files in directories lower than the current level.'
readTrue
writeTrue
AllowSubDirConfig property is in 2 classes of ROOT\WebAdministration and in 2 namespaces
ApplicationPath property
CIMTYPE'string'
Description'A read-only string value that contains the path for the application to which the virtual directory belongs.'
keyTrue
readTrue
ApplicationPath property is in 2 classes of ROOT\WebAdministration and in 5 namespaces
LogonMethod property
CIMTYPE'sint32'
Description'A read/write sint32 enumeration that specifies how a user is locally logged on.'
readTrue
ValueMap['0', '1', '2', '3']
Values['Interactive', 'Batch', 'Network', 'ClearText']
writeTrue
LogonMethod property is in 7 classes of ROOT\WebAdministration and in 3 namespaces
Password property
CIMTYPE'string'
Description'A read/write string value that specifies the encrypted password for access to the physical path for the virtual directory.'
readTrue
writeTrue
Password property is in 13 classes of ROOT\WebAdministration and in 20 namespaces
Path property
CIMTYPE'string'
Description'A read-only string value that contains the virtual directory path.'
keyTrue
readTrue
Path property is in 128 classes of ROOT\WebAdministration and in 30 namespaces
PhysicalPath property
CIMTYPE'string'
Description'A read/write string value that specifies the physical path associated with the virtual directory.'
readTrue
writeTrue
PhysicalPath property is in 3 classes of ROOT\WebAdministration and in 4 namespaces
SiteName property
CIMTYPE'string'
Description'A read-only string value that contains the name of the Web site to which the virtual directory belongs.'
keyTrue
readTrue
SiteName property is in 3 classes of ROOT\WebAdministration and in 3 namespaces
UserName property
CIMTYPE'string'
Description'A read/write string value that specifies a user who has rights to access any configuration files or content in a virtual directory.'
readTrue
writeTrue
UserName property is in 13 classes of ROOT\WebAdministration and in 33 namespaces

VirtualDirectory Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
Description'Represents an IIS virtual directory.'
DisplayName'Virtual Directory'
dynamicTrue
factory_clsid'{fa27eebb-8590-42e6-931e-e94d20f11898}'
Locale1033
provider'WebAdministrationProvider'
section_path'system.applicationHost/sites'
SupportsCreateTrue
SupportsDeleteTrue
SupportsUpdateTrue

VirtualDirectory System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\WebAdministration:VirtualDirectory'___SYSTEM8
__NAMESPACE'ROOT\WebAdministration'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['ConfiguredObject', 'Object']___SYSTEM8
__PROPERTY_COUNT8___SYSTEM3
__RELPATH'VirtualDirectory'___SYSTEM8
__DYNASTY'Object'___SYSTEM8
__SUPERCLASS'ConfiguredObject'___SYSTEM8
__CLASS'VirtualDirectory'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to VirtualDirectory

Number of classes:9
WUtils.com
online utility - toplist