Search Results for

    Show / Hide Table of Contents

    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 Guid objects holding the IDs of the project files.

    In this article
    • Methods
      • GetIds(IEnumerable<ProjectFile>)
    Back to top Generated by DocFX