Sitecore 5.0 API

LayoutFieldIDs Class

Fields of the Layout/Layout template.

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

System.Object
   Sitecore.LayoutFieldIDs

[Visual Basic]
Public Class LayoutFieldIDs
[C#]
public class LayoutFieldIDs

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 layout defines the basic visual representation when rendering an item. A layout specifies static elements and placeholders into which renderings are inserted. An item that has a visual representation on the site must specify a layout. The layout that is actually rendered may depend on the current device.

An ID identifies an object within the system, but not uniquely. The underlying data of an ID is a Guid.

The class does not contain any functionality, but serves only as a placeholder for a predefined Guids.

Requirements

Namespace: Sitecore

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

See Also

LayoutFieldIDs Members | Sitecore Namespace