Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class UrlModel

Inheritance
System.Object
UrlModel
Inherited Members
Namespace: EPiServer.Commerce.UI.Admin.BusinessFoundation.Internal.MetaManagement.Models
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class UrlModel : ShowOnTableModel

Constructors

UrlModel()

Declaration
public UrlModel()

Properties

IsUnique

Declaration
public bool IsUnique { get; set; }
Property Value
Type Description
System.Boolean

IsVisible

Declaration
public bool IsVisible { get; set; }
Property Value
Type Description
System.Boolean

MaxLength

Declaration
public string MaxLength { get; set; }
Property Value
Type Description
System.String

UrlTarget

Declaration
public string UrlTarget { get; set; }
Property Value
Type Description
System.String

UrlTargetOptions

Declaration
public List<KeyValueModel> UrlTargetOptions { get; set; }
Property Value
Type Description
System.Collections.Generic.List<KeyValueModel>