Dimensions RM  11.2.3
ns__FileAttachment Struct Reference

Holds information about a file attachment. More...

#include <rtmservice.h>

List of all members.

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.

Detailed Description

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.


Member Data Documentation

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.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator