SpiraPlan: SoapService SOAP Web Service
See all operations
RemoteSourceCodeFile
Represents a source code file
Base Classes
None
Properties
The following properties are provided directly by this class:
| Name | Type | Description | Required |
|---|---|---|---|
| Action | string? | The name of the last action performed on the file | |
| AuthorName | string? | The name of the file's author | |
| Id | string? | The file's unique key. | |
| LastRevision | RemoteSourceCodeRevision? | The most recent revision of the file | |
| LastUpdateDate | dateTime | The last update date/time | Yes |
| LinkedArtifacts | ArrayOfRemoteLinkedArtifact? | Any artifacts this file is linked to | |
| Name | string? | The full filename | |
| ParentFolder | RemoteSourceCodeFolder? | The parent folder, if it has one. | |
| Path | string? | The file's path (usually the connection string + any sub directories. | |
| Size | int | The size of the file, in bytes. | Yes |