Class ProjectFileExtension
Helper functions for ProjectFile
Inherited Members
Namespace: SdlSdl.ProjectAutomationAutomaticTasks
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 |