Click or drag to resize
ObjectSelectorPropertiesIdentifyObjectByGuid Property
Indicates whether the Object selector uses the object's GUID column value to identify the object. If set to the object's code name column value is used. Defaults to .

It's recommended to have it set to , ie. identify objects by their code names if a performance is a concern. The reason is that most system object types incorporate provider-level cache by the object's code name, not its GUID.

Namespace: Kentico.Components.Web.Mvc.FormComponents
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public bool IdentifyObjectByGuid { get; set; }

Property Value

Type: Boolean
See Also