Class ObjectTypeListItem
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Container for object types list item.
public class ObjectTypeListItem
- Inheritance
-
objectObjectTypeListItem
- Extension Methods
Properties
IsSite
Indicates whether the object is site or not.
public bool IsSite { get; set; }
Property Value
- bool
ObjectType
Object type.
public string ObjectType { get; set; }
Property Value
- string