Class FormFeaturedFieldMetadata
Metadata describing a form featured field for the client.
public sealed class FormFeaturedFieldMetadata : FormComponentMetadata
- Inheritance
-
objectFormFeaturedFieldMetadata
- Inherited Members
- Extension Methods
Properties
Disabled
Specifies whether the featured field is disabled because its mapping field is already used in the form.
[JsonProperty("disabled")]
public bool Disabled { get; set; }
Property Value
- bool
SetFieldMappingUrl
URL of an endpoint for setting contact mapping of a rendered featured field.
[JsonProperty("setFieldMappingUrl")]
public string SetFieldMappingUrl { get; set; }
Property Value
- string
Remarks
The URL itself contains form and field identification.
UnderlyingComponentIdentifier
Specifies the identifier of the form component that is used for the feature field.
[JsonProperty("underlyingComponentIdentifier")]
public string UnderlyingComponentIdentifier { get; set; }
Property Value
- string