Class GetUrlFormComponentsCommandResult
Result of the URLs tab command.
public sealed class GetUrlFormComponentsCommandResult
- Inheritance
-
objectGetUrlFormComponentsCommandResult
- Extension Methods
Constructors
GetUrlFormComponentsCommandResult()
public GetUrlFormComponentsCommandResult()
Properties
Items
Gets or sets the form components representing URL fields.
public ICollection<IFormItemClientProperties> Items { get; set; }
Property Value
- ICollection<IFormItemClientProperties>