Class CommonFileExtensions
Inheritance
System.Object
CommonFileExtensions
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 static class CommonFileExtensions
Properties
ProjectFileExtension
File extension for project files.
Declaration
public static string ProjectFileExtension { get; }
Property Value
Type | Description |
---|---|
System.String |
ProjectPackageFileExtension
Extension for project packages.
Declaration
public static string ProjectPackageFileExtension { get; }
Property Value
Type | Description |
---|---|
System.String |
ReturnPackageFileExtension
Extension for return packages.
Declaration
public static string ReturnPackageFileExtension { get; }
Property Value
Type | Description |
---|---|
System.String |
TemplateFileExtension
File extension for template files.
Declaration
public static string TemplateFileExtension { get; }
Property Value
Type | Description |
---|---|
System.String |