Search Results for

    Show / Hide Table of Contents
    View Source

    Class Difference

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Deploy
    Assembly: Umbraco.Core.dll
    Syntax
    public class Difference

    Constructors

    View Source

    Difference(String, String, String)

    Declaration
    public Difference(string title, string text = null, string category = null)
    Parameters
    Type Name Description
    System.String title
    System.String text
    System.String category

    Properties

    View Source

    Category

    Declaration
    public string Category { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • Difference(String, String, String)
    • Properties
      • Category
      • Text
      • Title
    • Methods
      • ToString()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX