SpiraPlan: SoapService SOAP Web Service
See all operations
RemoteDocumentVersion
Represents a document version in the system
Base Classes
None
Properties
The following properties are provided directly by this class:
Name | Type | Description | Required |
---|---|---|---|
AttachmentGuid | string? | The unique identifier for the artifact | |
AttachmentId | int | The id of the document | Yes |
AttachmentVersionGuid | string? | The unique identifier for the artifact | |
AttachmentVersionId | int? | The id of the document version | |
AuthorId | int? | The id of the user that uploaded the version ( If no value is provided, the authenticated user is used ) | |
AuthorName | string? | The display name of the user that uploaded the attachment version | |
Description | string? | The description of the attachment version | |
FilenameOrUrl | string? | The filename of the file (if a file attachment) or the full URL if a URL attachment | |
IsActive | boolean | Discerns whether this is the current active version of this document | Yes |
Size | int | The size of the attachment version in bytes ( Pass 0 for a URL attachment ) | Yes |
UploadDate | dateTime | The date/time the attachment version was uploaded | Yes |
VersionNumber | string? | The version number |