SpiraPlan: SoapService SOAP Web Service
See all operations
RemoteSourceCodeFolder
Represents a source code folder
Base Classes
None
Properties
The following properties are provided directly by this class:
Name | Type | Description | Required |
---|---|---|---|
Files | ArrayOfRemoteSourceCodeFile? | A list of Files that are contained within this folder. | |
Folders | ArrayOfRemoteSourceCodeFolder? | A list of child Folders that are contained within this folder. | |
Id | string? | The id of the folder | |
IsRoot | boolean | Flag indicating whether the current folder is the root folder or not. | Yes |
Name | string? | The full nema of the folder. | |
ParentFolder | RemoteSourceCodeFolder? | The parent folder, if it has one. |