Click or drag to resize
ObjectSelectorItem Class
Represents the object selector item value.
Inheritance Hierarchy
SystemObject
  Kentico.Components.Web.Mvc.FormComponentsObjectSelectorItem

Namespace: Kentico.Components.Web.Mvc.FormComponents
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public sealed class ObjectSelectorItem : IObjectSelectorItem

The ObjectSelectorItem type exposes the following members.

Constructors
  NameDescription
Public methodObjectSelectorItem
Top
Properties
  NameDescription
Public propertyObjectCodeName
Object code name.
Public propertyObjectGuid
Object GUID. It's populated with a value only if IdentifyObjectByGuid is true; otherwise it has a value of null.
Top
See Also