Search Results for

    Show / Hide Table of Contents

    Interface IServerBasedProjectOperations

    Namespace: Sdl.ProjectAutomation.FileBased.ServerOperations
    Assembly: Sdl.ProjectAutomation.FileBased.dll
    Syntax
    public interface IServerBasedProjectOperations

    Methods

    UploadAndCheckinFiles(Guid[], String, EventHandler<ProgressEventArgs>)

    Declaration
    int UploadAndCheckinFiles(Guid[] projectFileIds, string comment, EventHandler<ProgressEventArgs> progressEventHandler)
    Parameters
    Type Name Description
    System.Guid[] projectFileIds
    System.String comment
    System.EventHandler<ProgressEventArgs> progressEventHandler
    Returns
    Type Description
    System.Int32

    On this page

    • Methods
      • UploadAndCheckinFiles(Guid[], String, EventHandler<ProgressEventArgs>)
    Back to top Generated by DocFX