C# Class Our.Umbraco.Mortar.Models.DetachedPublishedContent

Inheritance: Umbraco.Web.Models.PublishedContentBase
Afficher le fichier Open project: leekelleher/umbraco-mortar

Méthodes publiques

Méthode Description
DetachedPublishedContent ( string name, Umbraco.Core.Models.PublishedContent.PublishedContentType contentType, IEnumerable properties, bool isPreviewing = false ) : System
GetProperty ( string alias ) : IPublishedProperty
GetProperty ( string alias, bool recurse ) : IPublishedProperty

Method Details

DetachedPublishedContent() public méthode

public DetachedPublishedContent ( string name, Umbraco.Core.Models.PublishedContent.PublishedContentType contentType, IEnumerable properties, bool isPreviewing = false ) : System
name string
contentType Umbraco.Core.Models.PublishedContent.PublishedContentType
properties IEnumerable
isPreviewing bool
Résultat System

GetProperty() public méthode

public GetProperty ( string alias ) : IPublishedProperty
alias string
Résultat IPublishedProperty

GetProperty() public méthode

public GetProperty ( string alias, bool recurse ) : IPublishedProperty
alias string
recurse bool
Résultat IPublishedProperty