C# Class OxxCommerceStarterKit.Core.Attributes.SiteImageUrl

Attribute to set the default thumbnail for site page and block types
Inheritance: ImageUrlAttribute
Afficher le fichier Open project: episerver/Commerce-Demo-Kit

Méthodes publiques

Méthode Description
SiteImageUrl ( ) : EPiServer.DataAnnotations

The parameterless constructor will initialize a SiteImageUrl attribute with a default thumbnail

SiteImageUrl ( EditorThumbnail thumbnail ) : EPiServer.DataAnnotations
SiteImageUrl ( string path ) : EPiServer.DataAnnotations

Method Details

SiteImageUrl() public méthode

The parameterless constructor will initialize a SiteImageUrl attribute with a default thumbnail
public SiteImageUrl ( ) : EPiServer.DataAnnotations
Résultat EPiServer.DataAnnotations

SiteImageUrl() public méthode

public SiteImageUrl ( EditorThumbnail thumbnail ) : EPiServer.DataAnnotations
thumbnail EditorThumbnail
Résultat EPiServer.DataAnnotations

SiteImageUrl() public méthode

public SiteImageUrl ( string path ) : EPiServer.DataAnnotations
path string
Résultat EPiServer.DataAnnotations