Class UrlModel
Inheritance
System.Object
UrlModel
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
public class UrlModel : ShowOnTableModel
Constructors
Declaration
Properties
Declaration
public bool IsUnique { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string MaxLength { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string UrlTarget { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public List<KeyValueModel> UrlTargetOptions { get; set; }
Property Value