Sitecore 5.0 API

ItemPath Methods

The methods of the ItemPath class are listed below. For a complete list of ItemPath class members, see the ItemPath Members topic.

Public Static (Shared) Methods

Parse Parses the specified path.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetFriendlyUrlOverloaded. Gets the friendly URL.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetItemOverloaded. Gets the current item in the current database.
GetPathGet item path
GetSubItemGets an item relative to this item.
GetType (inherited from Object) Gets the Type of the current instance.
IsAncestorOf Determines whether an item is an ancestor of the current item.
Map Maps a path to another path.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

ItemPath Class | Sitecore.Data Namespace