Class ProjectTemplateInfo
Holds information about a project template.
Inherited Members
Namespace: SdlSdl.ProjectAutomationCore
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 |