Class ExtensionMethods
Useful extension methods
Inheritance
Object
ExtensionMethods
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
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 |
---|---|---|
IEnumerable<ProjectFile> | projectFiles | The project files for which to get the IDs. |
Returns
Type | Description |
---|---|
Guid[] | An IEnumerable of System.Guid objects holding the IDs of the project files. |