Click or drag to resize

FileContent Class

Represents the content (data) of a file that was uploaded or linked to FactoryLogix.
Inheritance Hierarchy

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class FileContent

The FileContent type exposes the following members.

Constructors
  NameDescription
Public methodFileContent
Initializes a new instance of the FileContent class
Top
Properties
  NameDescription
Public propertyBase64FileData
The file itself (the contents of the file), encoded using Base 64 encoding..
Public propertyFileData
The file itself (the contents of the file), expressed as an array of bytes.
Public propertyFileItem
A FileItem object representing the specifics of this file item.
Top
See Also