Click or drag to resize

File Class

Represents a class that contains details of a file.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIFile

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0+0805aa6f00bdf9d98f1463ed5504d3f1b9f4a60a
Syntax
public class File

The File type exposes the following members.

Constructors
 NameDescription
Public methodFileInitializes a new instance of the File class
Top
Properties
 NameDescription
Public propertyContentType The content type of the file.
Public propertyDescription The description of the file.
Public propertyGUID The identifier of the file.
Public propertyName The name of the file.
Public propertySize The size of the file in bytes.
Top
See Also