ManagementContentNavigator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to the content (files and virtual directories) in a Web site or Web application. This class cannot be inherited.
public ref class ManagementContentNavigator sealed : ICloneable
public sealed class ManagementContentNavigator : ICloneable
type ManagementContentNavigator = class
interface ICloneable
Public NotInheritable Class ManagementContentNavigator
Implements ICloneable
- Inheritance
-
ManagementContentNavigator
- Implements
Properties
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. |
Methods
Clone() |
Clones the current ManagementContentNavigator object. |
Create(ManagementUnit) |
Returns a ManagementContentNavigator 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. |
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. |
Explicit Interface Implementations
ICloneable.Clone() |
Creates a new object that is a copy of the current instance. |