Search Results for

    Show / Hide Table of Contents

    Class CommonFileExtensions

    Inheritance
    Object
    CommonFileExtensions
    Inherited Members
    Object.ToString()
    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 static class CommonFileExtensions

    Properties

    ProjectFileExtension

    File extension for project files.

    Declaration
    public static string ProjectFileExtension { get; }
    Property Value
    Type Description
    String

    ProjectPackageFileExtension

    Extension for project packages.

    Declaration
    public static string ProjectPackageFileExtension { get; }
    Property Value
    Type Description
    String

    ReturnPackageFileExtension

    Extension for return packages.

    Declaration
    public static string ReturnPackageFileExtension { get; }
    Property Value
    Type Description
    String

    TemplateFileExtension

    File extension for template files.

    Declaration
    public static string TemplateFileExtension { get; }
    Property Value
    Type Description
    String
    In this article
    Back to top Generated by DocFX