FileItem Class
Represents a file selected by a user from a form.
Inheritance Hierarchy
SystemObject
  Geocortex.Forms.ClientFileItem

Namespace: Geocortex.Forms.Client
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public class FileItem

The FileItem type exposes the following members.

Constructors
  NameDescription
Public methodFileItem
Initializes a new instance of the FileItem class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyFileData
Gets the file data.
Public propertyFileName
Gets the name of the file.
Top
See Also