ManagementContentNavigator Class
IIS 7.0
Provides access to the content (files and virtual directories) in a Web site or Web application. This class cannot be inherited.
Namespace:
Microsoft.Web.Management.Server
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
The ManagementContentNavigator type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IsApplication | Gets a value indicating whether the current management content item is a Web application. |
![]() | IsFile | Gets a value indicating whether the current management content item is a file. |
![]() | IsFolder | Gets a value indicating whether the current management content item is a folder. |
![]() | IsServer | Gets a value indicating whether the current management content item is a Web server. |
![]() | IsSite | Gets a value indicating whether the current management content item is a Web site. |
![]() | IsValid | Gets a value indicating whether the current management content item is valid. |
![]() | IsVirtualDirectory | Gets a value indicating whether the current management content item is a virtual directory. |
![]() | LastModified | Gets the date and time when a file or folder was last modified. |
![]() | Name | Gets the name of the current management content item. |
![]() | NavigatorPath | Gets the complete path from the current ManagementContentNavigator object to the root. |
![]() | PhysicalPath | Gets the physical path of the current management content item. |
![]() | Properties | Gets a dictionary object that contains the current management content item. |
![]() | Size | Gets the size of the management file. |
![]() | State | Gets a value that indicates the current state of the Web site. |
![]() | VirtualPath | Gets the current virtual path. |
| Name | Description | |
|---|---|---|
![]() | Clone | Clones the current ManagementContentNavigator object. |
![]() ![]() | Create | Returns a ManagementContentNavigator object. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetChildren | Returns an array of ManagementContentNavigator objects that contains the child nodes of the current object. |
![]() | GetChildrenContainerCount | Returns the number of child containers (for example, folders, Web sites, or Web applications) of the current object. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | MoveToChild | Makes the specified child node the current node. |
![]() | MoveToParent | Makes the parent node the current node. |
![]() | MoveToPath | Sets the current node to the specified path. |
![]() | MoveToRoot | Makes the root node the current node. |
![]() | ToString | (Inherited from Object.) |
