Sitecore 5.0 API

DeviceItem Class

Represents a Device item.

For a list of all members of this type, see DeviceItem Members.

System.Object
   Sitecore.Data.Items.CustomItemBase
      Sitecore.Data.Items.DeviceItem

[Visual Basic]
Public Class DeviceItem
    Inherits CustomItemBase
[C#]
public class DeviceItem : CustomItemBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

A Device is a layout unit, the specifies the reciever of an rendering operation. The device make it possible to differentiate how a layout and renderings are rendered, so that it matches the capabilities of the device. The standard device is an internet browser that supports HTML 4.0. Other devices may be printers and PDAs.

The device item exposes data from the Device template.

The members represents data that is used to determine íf the device is the best match for the current request.

Requirements

Namespace: Sitecore.Data.Items

Assembly: Sitecore.Kernel (in Sitecore.Kernel.dll)

See Also

DeviceItem Members | Sitecore.Data.Items Namespace