Sitecore 5.0 API

ItemPath Members

ItemPath overview

Public Static (Shared) Methods

Parse Parses the specified path.

Public Instance Constructors

ItemPath Overloaded. Initializes a new instance of the ItemPath class.

Public Instance Properties

ContentPathGets the content path.
FullPath Gets the full path of the item.
IsContentItem Gets a value indicating whether this item is a descendant of the /sitecore/content item.
IsFullyQualified Gets a value indicating whether this item has a root that is either "/{11111111-1111-1111-1111-111111111111}" or "/sitecore".
IsMediaItem Gets a value indicating whether this item is a descendant of the /sitecore/media library item.
LongID Gets the long ID.
MediaPath Gets the media path.
ParentPath Gets the path of the parent item.
PathGets the 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