Method | Description | |
---|---|---|
DetachedPublishedContent ( string name, Umbraco.Core.Models.PublishedContent.PublishedContentType contentType, IEnumerable |
||
GetProperty ( string alias ) : IPublishedProperty | ||
GetProperty ( string alias, bool recurse ) : IPublishedProperty |
public DetachedPublishedContent ( string name, Umbraco.Core.Models.PublishedContent.PublishedContentType contentType, IEnumerable |
||
name | string | |
contentType | Umbraco.Core.Models.PublishedContent.PublishedContentType | |
properties | IEnumerable |
|
isPreviewing | bool | |
return | System |
public GetProperty ( string alias ) : IPublishedProperty | ||
alias | string | |
return | IPublishedProperty |
public GetProperty ( string alias, bool recurse ) : IPublishedProperty | ||
alias | string | |
recurse | bool | |
return | IPublishedProperty |