Dimensions RM
11.2.3
|
Holds information about a file attachment. More...
#include <rtmservice.h>
Public Attributes | |
xsd__string | sFullPath:1 |
Attachment file path. | |
xsd__string | sFilename:1 |
Attachment file name. | |
xsd__dateTime | nModifiedTime:1 |
Modification date and time of the file attachment. | |
xsd__long | nChecksum:1 |
Checksum that can be verified to ensure that the contents of the file are correct. |
Holds information about a file attachment.
The ns__FileAttachment struct holds a file attachment that consists of a file path, file name, modified time, checksum value, and the actual contents of the file.
Definition at line 136 of file rtmservice.h.
Checksum that can be verified to ensure that the contents of the file are correct.
Definition at line 144 of file rtmservice.h.
Modification date and time of the file attachment.
Definition at line 142 of file rtmservice.h.
Attachment file name.
Definition at line 140 of file rtmservice.h.
Attachment file path.
Definition at line 138 of file rtmservice.h.