Sitecore 5.0 API

ID Methods

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

Public Static (Shared) Methods

DecodeConverts a ShortID into a an ID.
EncodeConverts an ID to a ShortID.
IsIDTests if the string is a valid ID.
ParseOverloaded. Converts an object to an ID.
ParseArrayConverts list of ID to an array of IDs.

Public Instance Methods

EqualsEqualses the current instance.
GetHashCodeGets the hash code.
GetObjectDataGets the object data.
GetType (inherited from Object) Gets the Type of the current instance.
ToGuidGets the GUID represented by the ID.
ToShortIDConverts the ID to a ShortID.
ToStringConverts the ID to a string.

See Also

ID Class | Sitecore.Data Namespace