Click or drag to resize
ZoneConfigurationIdentifier Property
Identifier of the zone.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public Guid Identifier { get; }

Property Value

Type: Guid
Remarks
Form builder contains only one default zone, this information is required by client only, therefore, NewGuid is always returned.
See Also