Search Results for

    Show / Hide Table of Contents

    Class ProjectFileExtension

    Helper functions for ProjectFile

    Inheritance
    System.Object
    ProjectFileExtension
    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.AutomaticTasks
    Assembly: Sdl.ProjectAutomation.AutomaticTasks.dll
    Syntax
    public static class ProjectFileExtension

    Methods

    GetLanguageDirection(ProjectFile)

    Gets LanguageDirection for task related ProjectFile

    Declaration
    public static LanguageDirection GetLanguageDirection(this ProjectFile file)
    Parameters
    Type Name Description
    ProjectFile file

    The ProjectFile

    Returns
    Type Description
    LanguageDirection

    The language direction

    On this page

    • Methods
      • GetLanguageDirection(ProjectFile)
    Back to top Generated by DocFX