ManagementContentNavigator Class
Provides access to the content (files and virtual directories) in a Web site or Web application. This class cannot be inherited.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| 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(ManagementUnit) | Returns a ManagementContentNavigator object. |
![]() | Equals(Object) | (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.) |
![]() | MoveToChild(String) | Makes the specified child node the current node. |
![]() | MoveToParent() | Makes the parent node the current node. |
![]() | MoveToPath(String) | Sets the current node to the specified path. |
![]() | MoveToRoot() | Makes the root node the current node. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable.Clone() | Creates a new object that is a copy of the current instance. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




