Search Results for

    Show / Hide Table of Contents
    View Source

    Class ReferenceByIdModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public sealed class ReferenceByIdModel

    Constructors

    View Source

    ReferenceByIdModel()

    Declaration
    public ReferenceByIdModel()
    View Source

    ReferenceByIdModel(Guid)

    Declaration
    public ReferenceByIdModel(Guid id)
    Parameters
    Type Name Description
    Guid id

    Properties

    View Source

    Id

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid

    Methods

    View Source

    ReferenceOrNull(Nullable<Guid>)

    Declaration
    public static ReferenceByIdModel ReferenceOrNull(Guid? id)
    Parameters
    Type Name Description
    System.Nullable<Guid> id
    Returns
    Type Description
    ReferenceByIdModel
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ReferenceByIdModel()
      • ReferenceByIdModel(Guid)
    • Properties
      • Id
    • Methods
      • ReferenceOrNull(Nullable<Guid>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX