Sitecore 5.0 API

Item.Key Property

Gets the key of item.

[Visual Basic]
Public ReadOnly Property Key As String
[C#]
public string Key {get;}

Remarks

The key is always Name in lowercase.

See Also

Item Class | Sitecore.Data.Items Namespace