Search Results for

    Show / Hide Table of Contents

    Class ProjectTemplateReference

    Inheritance
    System.Object
    ProjectTemplateReference
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.ProjectAutomation.Core
    Assembly: Sdl.ProjectAutomation.Core.dll
    Syntax
    public class ProjectTemplateReference

    Constructors

    ProjectTemplateReference(String)

    Declaration
    public ProjectTemplateReference(string filePath)
    Parameters
    Type Name Description
    System.String filePath

    ProjectTemplateReference(Uri)

    Declaration
    public ProjectTemplateReference(Uri uri)
    Parameters
    Type Name Description
    System.Uri uri

    Properties

    Uri

    Declaration
    public Uri Uri { get; }
    Property Value
    Type Description
    System.Uri

    On this page

    • Constructors
      • ProjectTemplateReference(String)
      • ProjectTemplateReference(Uri)
    • Properties
      • Uri
    Back to top Generated by DocFX