Class ProjectFileExtension
Helper functions for ProjectFile
Inheritance
Object
ProjectFileExtension
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
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 |