Class ExtensionMethods
Useful extension methods
Inherited Members
Namespace: SdlSdl.ProjectAutomationCore
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 |
---|---|---|
IEnumerableProjectFile | 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. |