 |
AttachmentRetrieveFileInfo Property |
Gets or sets the Retrieve file information flag. When set to "True" the File Info Class will be populated
Namespace:
ConneXion
Assembly:
ConneXion (in ConneXion.dll) Version: 2020.0
Syntaxpublic string RetrieveFileInfo { get; set; }
Public Property RetrieveFileInfo As String
Get
Set
Property Value
Type:
StringString "True" or "False"
Remarks Note |
---|
|
Tip |
---|
Only set this property to True when you need to retrieve the file binaries as this can affect performance. |
See Also