Class FormFeaturedFieldMetadata
Metadata describing a form featured field for the client.
public sealed class FormFeaturedFieldMetadata : FormComponentMetadata
- Inheritance
-
objectFormFeaturedFieldMetadata
- Inherited Members
- Extension Methods
Constructors
FormFeaturedFieldMetadata()
public FormFeaturedFieldMetadata()
Properties
Disabled
Specifies whether the featured field is disabled because its mapping field is already used in the form.
public bool Disabled { get; set; }
Property Value
- bool
SetFieldMappingUrl
URL of an endpoint for setting contact mapping of a rendered featured field.
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.
public string UnderlyingComponentIdentifier { get; set; }
Property Value
- string