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
FilesArrayOfRemoteSourceCodeFile? A list of Files that are contained within this folder.
FoldersArrayOfRemoteSourceCodeFolder? A list of child Folders that are contained within this folder.
Idstring? The id of the folder
IsRootbooleanFlag indicating whether the current folder is the root folder or not. Yes
Namestring? The full nema of the folder.
ParentFolderRemoteSourceCodeFolder? The parent folder, if it has one.