Click or drag to resize

IFile Interface

Interface for file handling

Namespace:  Velo.Data.Interface
Assembly:  Velo.Data (in Velo.Data.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public interface IFile

The IFile type exposes the following members.

Properties
  NameDescription
Public propertyContent
File content
Public propertyName
File name
Public propertyType
File type
Top
Remarks
This interface use in web helper file handling (see Velo.Web.Helper.File)
See Also