Sitecore 5.0 API

DeviceRecords.Item Property

Gets the DeviceItem with the specified URI.

Overload List

Gets the DeviceItem with the specified URI.

public Items.DeviceItem this[Sitecore.Data.DataUri] {get;}

Gets the DeviceItem with the specified item ID.

public Items.DeviceItem this[Sitecore.Data.ID] {get;}

Gets the DeviceItem with the specified item path.

public Items.DeviceItem this[string] {get;}

See Also

DeviceRecords Class | Sitecore.Data Namespace