Class ExtensionMethods
Useful extension methods
Inheritance
System.Object
ExtensionMethods
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.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 |
---|---|---|
System.Collections.Generic.IEnumerable<ProjectFile> | projectFiles | The project files for which to get the IDs. |
Returns
Type | Description |
---|---|
System.Guid[] | An IEnumerable of System.Guid objects holding the IDs of the project files. |