Search Results for

    Show / Hide Table of Contents

    Class ProjectTemplateInfo

    Holds information about a project template.

    Inheritance
    object
    ProjectTemplateInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.ProjectAutomation.Core
    Assembly: Sdl.ProjectAutomation.Core.dll
    Syntax
    public class ProjectTemplateInfo

    Constructors

    ProjectTemplateInfo()

    Declaration
    public ProjectTemplateInfo()

    Properties

    Description

    The description of the project.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    string

    Id

    The ID of the project template

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

    Name

    The name of the project template.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Uri

    The URI of the project template

    Declaration
    public Uri Uri { get; set; }
    Property Value
    Type Description
    Uri

    Methods

    ToString()

    returns the name of the template.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    In this article
    • Constructors
      • ProjectTemplateInfo()
    • Properties
      • Description
      • Id
      • Name
      • Uri
    • Methods
      • ToString()
    Back to top Generated by DocFX