Click or drag to resize
CMSItem Class
Class to specify single item with name or ID
Inheritance Hierarchy
SystemObject
  CMS.HelpersCMSItem

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public class CMSItem

The CMSItem type exposes the following members.

Constructors
  NameDescription
Public methodCMSItem(Int32)
Constructor
Public methodCMSItem(String)
Constructor
Public methodCMSItem(String, Int32)
Constructor
Top
Properties
  NameDescription
Public propertyID
CSS item ID
Public propertyName
CSS item name
Top
Methods
See Also