Sitecore 5.0 API

ItemUri Members

ItemUri overview

Public Static (Shared) Methods

Parse Converts the string into an ItemUri.

Public Instance Constructors

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

Public Instance Properties

DatabaseNameGets the name of the database.
ItemID Gets the item ID.
Language Gets the language.
Path Gets the path.
Version Gets the version.

Public Instance Methods

Clone Clones this instance.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
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.
GetObjectDataGets the object data.
GetType (inherited from Object) Gets the Type of the current instance.
ToDataUri Converts the ItemUri to a DataUri.
ToStringReturns a string representing the URI.

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

ItemUri Class | Sitecore.Data Namespace