Class ExtensionMethods
Useful extension methods
Inherited Members
Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public static class ExtensionMethods
Methods
GetIds(IEnumerable<ProjectFile>)
Returns an array of project file IDs from an IEnumerable of ProjectFiles
Declaration
public static Guid[] GetIds(this IEnumerable<ProjectFile> projectFiles)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<ProjectFile> | projectFiles | The project files for which to get the IDs. |
Returns
| Type | Description |
|---|---|
| Guid[] | An IEnumerable of Guid objects holding the IDs of the project files. |