Class ItemReferenceByIdResponseModel
Response model containing a reference to an item identified by its ID.
Inheritance
object
Namespace: Umbraco.Cms.Api.Management.ViewModels.Item
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public sealed class ItemReferenceByIdResponseModel
Constructors
View SourceItemReferenceByIdResponseModel()
Declaration
public ItemReferenceByIdResponseModel()
Properties
View SourceId
Gets or sets the unique identifier of the referenced item.
Declaration
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |