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+d0bf05dcd8855b3363476bb1c84ab29c9a1ec66b
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