메소드 | 설명 | |
---|---|---|
GetIfExists ( ) : Umbraco.Core.Models.IContent |
Gets the IContent instance if it exists, otherwise returns null
|
|
GetOrCreate ( ) : Umbraco.Core.Models.IContent |
Gets the IContent instance if it already exists, otherwise creates it
|
|
GetPublishedIfExists ( ) : IPublishedContent |
Gets the IPublishedContent instance if it exists, otherwise returns null
|
|
RootContentFactory ( DocumentTypeBase values ) : System |
Creates AutoContent which does not specify a parent document
|
public GetIfExists ( ) : Umbraco.Core.Models.IContent | ||
리턴 | Umbraco.Core.Models.IContent |
public GetOrCreate ( ) : Umbraco.Core.Models.IContent | ||
리턴 | Umbraco.Core.Models.IContent |
public GetPublishedIfExists ( ) : IPublishedContent | ||
리턴 | IPublishedContent |
public RootContentFactory ( DocumentTypeBase values ) : System | ||
values | DocumentTypeBase | The document property values to use |
리턴 | System |