Click or drag to resize

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
Syntax
public string RetrieveFileInfo { get; set; }

Property Value

Type: String
String "True" or "False"
Remarks
Note Note
  • Name - RetrieveFileInfo
Tip Tip
Only set this property to True when you need to retrieve the file binaries as this can affect performance.
See Also