Interface IServerBasedProjectOperations
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 |
|