Click or drag to resize

AttachmentFileInfoClass Class

Class FileInfoClass.
Inheritance Hierarchy
SystemObject
  ConneXionAttachmentFileInfoClass

Namespace:  ConneXion
Assembly:  ConneXion (in ConneXion.dll) Version: 2020.0
Syntax
[SerializableAttribute]
public class FileInfoClass

The AttachmentFileInfoClass type exposes the following members.

Constructors
  NameDescription
Public methodAttachmentFileInfoClass
Initializes a new instance of the AttachmentFileInfoClass class
Top
Properties
  NameDescription
Public propertyCategory
Gets or sets the category code.
Public propertyData
Gets or sets the binary data.
Public propertyDescription
Gets or sets the file description.
Public propertyFileExtension
Gets the file extension
Public propertyFileName
Gets or sets the name of the file. If file name is longer then 8+3, ConneXion will truncate.
Public propertyFileSize
Gets the size of the file.
Public propertySubCategory
Gets or sets the sub category.
Top
Remarks
Note Note
This class is only populated on a Find when the RetrieveFileInfo property is set to "True"
See Also