View Source
Class ContentRepositoryBase<TId, TEntity, TRepository>.TempContent<T>
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
protected class TempContent<T> : ContentRepositoryBase<TId, TEntity, TRepository>.TempContent where T : class, IContentBase
Type Parameters
Constructors
View Source
TempContent(Int32, Int32, Int32, IContentTypeComposition, T)
Declaration
public TempContent(int id, int versionId, int publishedVersionId, IContentTypeComposition contentType, T content = null)
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
System.Int32 |
versionId |
|
System.Int32 |
publishedVersionId |
|
IContentTypeComposition |
contentType |
|
T |
content |
|
Properties
View Source
Content
Gets or sets the associated actual content.
Declaration
public T Content { get; set; }
Property Value